fixup! deps: upgrade github.com/aws/aws-sdk-go-v2/...

This commit is contained in:
Markus Rudy 2024-01-09 09:55:06 +01:00
parent bcfbbaf803
commit 16afad16f7

View File

@ -65,7 +65,7 @@ func cleanUpBucket(ctx context.Context, require *require.Assertions, bucketID, a
require.NoError(err)
var objects []string
var i int32
for i = 0; i < output.KeyCount; i++ {
for i = 0; i < *output.KeyCount; i++ {
objects = append(objects, *output.Contents[i].Key)
}
// Delete all objects of the bucket