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
asked 7 months ago173 views
1 Answer
1
Accepted Answer

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
answered 7 months ago
profile pictureAWS
EXPERT
reviewed 7 months ago
  • Thank you for your help. I changed my browser and everything is ok.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions