#aws cli output question

1 messages · Page 1 of 1 (latest)

frail needle
#

Sorry for asking…
When I run the following command:

  --bucket <BUCKET_NAME> \
  --prefix <OBJECT_PREFIX> \
  --profile <PROFILE_NAME> \
  --output json

I get this response:

    "RequestCharged": null,
    "Prefix": "<OBJECT_PREFIX>"
  }

Does this mean that there is nothing left on the grid?
No delete markers, no old versions, no version with null — just completely empty?
If so, everything seems fine and no data remains here.
Is that correct?

iron terrace
#

This is interesting. I don't get the prefix key returned when I make a list-object-versions command to an object that has been deleted on the grid. I only get the "RequestCharged" key in return.