Am I stupid or is this command just totally broken or unclear in usage
I want to see the size of a specific prefix in a bucket
aws s3 ls --summarize --human-readable --recursive 's3://mybucket/myfolder/'
OR
aws s3 ls 's3://mybucket/myfolder/' --summarize --human-readable --recursive
This returns every individual object with a prefix of myfolder/
- how is that a summary of anything? Am I missing something?