amazon-web-servicesamazon-s3aws-cliaws-s3-client

specific argument in an output in AWS S3 CLI commands


Do you know how can I see a specific argument in the output using AWS S3 CLI? For example, I want to see the output

KeyCount

after using the command list-objects-v2.


Solution

  • Use the global option --debug it will make your request and reply verbose.