Skip to content

Instantly share code, notes, and snippets.

@honux77
Forked from anamorph/gist:699dbae01ff0f4942acc
Last active August 29, 2015 14:24
Show Gist options
  • Save honux77/ce9999e9f0cfcf9f8440 to your computer and use it in GitHub Desktop.
Save honux77/ce9999e9f0cfcf9f8440 to your computer and use it in GitHub Desktop.
aws s3api list-objects --bucket %bucketname% --query 'sum(Contents[].Size)' --output json | awk 'BEGIN {total=0}{total+=$0}END{print total/1024/1024/1024" GB"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment