noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

NSFS | List Parts Pagination

Open romayalon opened this issue 5 months ago • 0 comments

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

romayalon avatar Sep 25 '24 15:09 romayalon