我有一个 s3 存储桶,我可以在控制台中或使用aws s3 ls
/看到它,aws s3api list-buckets
但该存储桶似乎处于某种孤立状态。
它是s3 控制台中缺少访问和区域字段我无法从 AWS CLI 访问有关存储桶的任何内容,例如:
$ aws s3api get-bucket-policy --bucket <my bucket>
An error occurred (NoSuchBucket) when calling the GetBucketPolicy operation: The specified bucket does not exist
我无法在控制台中删除存储桶(在删除屏幕上单击“确认”时,网络选项卡中似乎出现一些 404),并且我无法从 CLI 中删除存储桶:
$ aws s3api delete-bucket --bucket <my bucket>
An error occurred (NoSuchBucket) when calling the DeleteBucket operation: The specified bucket does not exist
有人见过类似的事情吗?有办法解决吗?