mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-23 00:29:12 -04:00
fixup! deps: upgrade github.com/aws/aws-sdk-go-v2/...
This commit is contained in:
parent
bcfbbaf803
commit
16afad16f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user