Getting number of versions for S3 object #6945
Unanswered
Lemour-sudo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get the number of versions of an S3 object without having to fetch the entire list of versions?
The
MaxKeys
field only tells the set maximum number of versions that can be returned per API call.I imagine this would be useful for knowing how many versions are there for an object. This could ideally be added as one of the fields returned when calling
listObjectVersions
.Beta Was this translation helpful? Give feedback.
All reactions