We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad66fcd commit 014b239Copy full SHA for 014b239
task/aws/resources/resource_bucket.go
@@ -81,7 +81,7 @@ func (b *Bucket) Delete(ctx context.Context) error {
81
input := s3.DeleteBucketInput{
82
Bucket: aws.String(b.Identifier),
83
}
84
-
+
85
if _, err := b.Client.Services.S3.DeleteBucket(ctx, &input); err != nil {
86
var e smithy.APIError
87
if errors.As(err, &e) && e.ErrorCode() != "NoSuchBucket" {
0 commit comments