Listing sizes in AWS S3 Buckets

Posted Over 3 years ago by Claus-Theodor Riegg.

Getting the whole bucket size aws s3 ls s3://$BUCKETNAME/ --recursive --human-readable --summarize | tail -n2 Tail is used because...