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

Add pagination to ListObjects() #36

Open
TopperDEL opened this issue Nov 22, 2023 · 0 comments
Open

Add pagination to ListObjects() #36

TopperDEL opened this issue Nov 22, 2023 · 0 comments

Comments

@TopperDEL
Copy link
Owner

The current implementation loads all objects. It fetches 1000 per page but does not stop at one page. This might not always be the best as it makes ListObjects slower and produces higher traffic.

It would be better to add an overload that takes a "Cursor"-value and a max entries parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant