Missing paginator for S3 ListObjectVersions #1775
Labels
contribution/core
This is a PR that came from AWS.
feature-request
A feature should be added or improved.
Describe the feature
This is to report that there is no paginator for the S3
ListObjectVersions
operation.This is part of V1 of the SDK under ListObjectVersionsPagesWithContext and it was present in V2 of the SDK at one time but it was removed for some reason: NewListObjectVersionsPaginator .
Use Case
This functionality is pretty core to listing object versions and simplifies operations involving S3 object versions. This was previously present in V1 and it's absence is a regression from migrating from v1 to v2.
Proposed Solution
Request to implement a paginator for ListObjectVersions similar to the other S3 pagination operations (e.g.
ListObjectsV2Paginator
)Other Information
No response
Acknowledgements
AWS Go SDK V2 Module Versions Used
Go version used
The text was updated successfully, but these errors were encountered: