0

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.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Shira
  • 45
  • 4
  • Strangely, I am unable to see `KeyCount` in the output of the `list-objects-v2` command. Have you been able to see it in the returned output? – John Rotenstein Nov 24 '22 at 04:41

1 Answers1

0

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

Shira
  • 45
  • 4