Home > other >  specific argument in an output in AWS S3 CLI commands
specific argument in an output in AWS S3 CLI commands

Time:11-29

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.

CodePudding user response:

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

  • Related