images 0.1.0 and 0.2.0 were already released, but they are incompatible with
osbuild-composer's test suite. However, we need to support F40 as soon as
possible. This commit as a workaround: it bumps the dependency to a new enough
version that has Fedora 40, but it's old enough that it doesn't have
the breaking changes.
// Read the object1 from bucket.rc,err:=client.Bucket("bucket").Object("object1").NewReader(ctx)iferr!=nil{log.Fatal(err)}deferrc.Close()body,err:=io.ReadAll(rc)iferr!=nil{log.Fatal(err)}