IT Tips

Access

Blog History

Get the Size of an Amazon Bucket

Command to get a listing of each object and it's size, the number of objects and their total size in human readable format: aws s3 ls --summarize --human-readable --recursive s3://BUCKET_NAME/ # output is a really long listing ... with this format: 2018-02-04 20:33:31...

read more...