Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ybelleguic/2772744cc005c1ca556cc4f544e22ccd to your computer and use it in GitHub Desktop.
Save ybelleguic/2772744cc005c1ca556cc4f544e22ccd to your computer and use it in GitHub Desktop.
summarize aws bucket size
#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