Skip to content

AWS Cli Error

0

I am trying

aws s3 ls bucket-name

But it says

A client error (NoSuchBucket) occurred when calling the ListObjects operation: The specified bucket does not exist

Any solution?

THanks!

asked 7 years ago1.2K views
2 Answers
0
Accepted Answer

Try:

aws s3 ls s3://bucket-name

answered 7 years ago
0

.

answered 7 years ago

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.

Relevant content