Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created November 17, 2017 22:44
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 floehopper/58eb213bcd4456561ff04b94de412bc8 to your computer and use it in GitHub Desktop.
Save floehopper/58eb213bcd4456561ff04b94de412bc8 to your computer and use it in GitHub Desktop.
$ time aws s3api list-objects-v2 --bucket <bucket-name> --query 'length(Contents)'
65087
real 0m16.809s
user 0m2.808s
sys 0m0.421s
$ time aws s3 ls s3://<bucket-name> | wc -l
65087
real 0m48.391s
user 0m14.601s
sys 0m0.675s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment