Skip to content

Instantly share code, notes, and snippets.

@Efrat19
Created November 28, 2019 13:00
Show Gist options
  • Save Efrat19/6a9782703b2beae8de9e3644dd03234a to your computer and use it in GitHub Desktop.
Save Efrat19/6a9782703b2beae8de9e3644dd03234a to your computer and use it in GitHub Desktop.
s3 size
aws s3 ls s3://<bucket_name> --recursive | awk 'BEGIN {total=0}{total+=$3}END{print total/1024/1024" MB"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment