Skip to content

Instantly share code, notes, and snippets.

@taross-f
Created January 4, 2019 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taross-f/a54a042f7f92eda0e0c462cc3490d4dc to your computer and use it in GitHub Desktop.
Save taross-f/a54a042f7f92eda0e0c462cc3490d4dc to your computer and use it in GitHub Desktop.
s3_bucket_size
aws s3 ls --profile default | awk '{print $3}' | xargs -L 1 -t aws s3 ls --recursive --human --sum --profile default | grep -e aws -e Total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment