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

NSFS | List Parts Pagination #8412

Open
romayalon opened this issue Sep 25, 2024 · 0 comments
Open

NSFS | List Parts Pagination #8412

romayalon opened this issue Sep 25, 2024 · 0 comments
Labels

Comments

@romayalon
Copy link
Contributor

Environment info

  • NooBaa Version: 5.18
  • Platform: All

Actual behavior

  1. Currently on NamespaceFS we return all parts (max 10K) instead of paginating the request.
    For more details - https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html

Expected behavior

  1. Support pagination of list parts on NamespaceFS.

Steps to reproduce

  1. Start NooBaa.
  2. Create an S3 client directed to NooBaa.
  3. Init a multipart upload.
  4. create 1001+ parts.
  5. list parts of the created upload.

More information - Screenshots / Logs / Other output

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

No branches or pull requests

1 participant