Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)
How can I see how many objects are there in my S3 bucket?

1 Answer

0 votes
by (12.4k points)
edited by

Login to your account on S3 and go Under Account Usages, there you can see how many objects you have.

Or you can know it using AWS cli:

aws s3 ls s3://mybucket/ --recursive | wc -l 

Want to become an AWS expert. Come & join: AWS Training

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...