specific argument in an output in AWS S3 CLI commands

126 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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