Created
May 9, 2021 10:07
-
-
Save ybelleguic/2772744cc005c1ca556cc4f544e22ccd to your computer and use it in GitHub Desktop.
summarize aws bucket size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#from https://stackoverflow.com/questions/8975959/aws-s3-how-do-i-see-how-much-disk-space-is-using/29930473 | |
BUCKET=mybucket ; aws s3 ls s3://$BUCKET --recursive --human-readable --summarize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment