无法在AWS Web Frontend和CLI中删除S3存储桶

时间:2019-05-10 09:12:24

标签: amazon-web-services amazon-s3 command-line-interface aws-cli

我要删除s3存储桶。所以首先我去这里手动尝试

enter image description here

不幸的是,确认按钮不起作用

所以我正在测试

 aws s3 rb s3://ligLALALALALisry 

 aws s3 rb s3://ligLALALALALisry --force

告诉:

remove_bucket failed: Unable to delete all objects in the bucket, bucket will not be deleted.

所以我尝试了

aws s3 rm s3://lightLALALALA2isry --recursive        

,并显示错误消息:

fatal error: An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist

如果我像这样调试rb

 aws s3 rb s3://ligLALALALALisry --force --debug

它告诉

<Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist</Message><BucketName>

桶仍然在那里。我至少正在尝试等待30分钟... ???

0 个答案:

没有答案