noobaa-core
noobaa-core copied to clipboard
NSFS | List Parts Pagination
Environment info
- NooBaa Version: 5.18
- Platform: All
Actual behavior
- 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
- Support pagination of list parts on NamespaceFS.
Steps to reproduce
- Start NooBaa.
- Create an S3 client directed to NooBaa.
- Init a multipart upload.
- create 1001+ parts.
- list parts of the created upload.