NoSuchBucket - Cannot find S3 Bucket now

0
<Error> <Code>NoSuchBucket</Code> <Message>The specified bucket does not exist</Message> <BucketName>notshowing...</BucketName> <RequestId>hidden...</RequestId> <HostId> hidden... </HostId> </Error>

I am getting this error on my site now, it worked just days before and I didn't do anything to it. When I go to my list of buckets, I don't have any S3 buckets at all. I'm not sure what is happening or how to figure this out. Any ideas?

已提问 9 个月前584 查看次数
2 回答
0

Hello.

Check CloudTrail for any remaining DeleteBucket events.
CloudTrail→Event history→Event name→DeleteBucket
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events.html

If a DeleteBucket event is recorded and an IAM user you do not know has deleted it, please take measures such as immediately deleting that IAM.
https://repost.aws/knowledge-center/potential-account-compromise

profile picture
专家
已回答 9 个月前
0

Also check the bucket name/path/bucket access endpint is correct or not. Check AWS credentials specified in your configuration have access to the specified S3 bucket

已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容