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.