Error while creating a simple bucket

0

Hi, After creating a bucket, in Buckets section, I can see my new bucket, but AWS Region and Access columns are blank ( a waiting icon is shown in front of them ). Also when I click on the bucket name to see its configuration, a blank page with a waiting icon is loaded. I even can't delete it. What's the issue and how can I solve it? Thanks in advance. Enter image description here

Sara
質問済み 7ヶ月前181ビュー
1回答
1
承認された回答

It seems like your browser's connection is unstable. You can check for your bucket with AWS CLI.

# List bucket
aws s3 ls s3://your-bucket

# Delete bucket
aws s3 rb s3://your-bucket
profile picture
HS
回答済み 7ヶ月前
profile pictureAWS
エキスパート
レビュー済み 7ヶ月前
  • Thank you for your help. I changed my browser and everything is ok.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ