Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paginateListObjectVersions is missing in SDK #6768

Open
2 tasks
jeeteshchellani opened this issue Jan 2, 2025 · 2 comments
Open
2 tasks

paginateListObjectVersions is missing in SDK #6768

jeeteshchellani opened this issue Jan 2, 2025 · 2 comments
Assignees
Labels
feature-request New feature or enhancement. May require GitHub community feedback. p2 This is a standard priority issue

Comments

@jeeteshchellani
Copy link

jeeteshchellani commented Jan 2, 2025

Describe the feature

Per below documentation one would expect SDK to support this operation
image

Use Case

I'm frustrated that AWS SDK v3 lacks feature which one would assume based on documentation

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

@aws-sdk/[email protected]

Environment details (OS name and version, etc.)

Linux

@jeeteshchellani jeeteshchellani added feature-request New feature or enhancement. May require GitHub community feedback. needs-triage This issue or PR still needs to be triaged. labels Jan 2, 2025
@zshzbh
Copy link
Contributor

zshzbh commented Jan 7, 2025

Hey @jeeteshchellani ,

Could you please help me understand what command you are looking for?

The screenshot you posted introduce that AWS JS SDK has paginateListTables

If you are looking for paginateListObjectVersions , I don't think dynamodb service has this api available. AWS JS SDK uses models that are generated by the service side.

Could you please elaborate more on what action you want to achieve?

Thanks!
Maggie

@zshzbh zshzbh self-assigned this Jan 7, 2025
@zshzbh zshzbh added p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 7, 2025
@jeeteshchellani
Copy link
Author

jeeteshchellani commented Jan 7, 2025

Hello Maggie,

In my application, I need to browse through all object versions in one of the buckets, which spans thousands of objects. The AWS JS SDK v3 provides convenient methods using generator functions, such as paginateListObjectsV2 and paginateListBuckets. However, I noticed it lacks a paginateListObjectVersions function, despite the underlying S3 API supporting pagination for object versions.

Toi clarify my concern pertains to S3, not DynamoDB. Could you comment whether paginateListObjectVersions is planned for the SDK.

Br,
Jeetesh

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants