Support Listbuckets pagination #585

Closed
opened 2024-12-17 07:44:56 +00:00 by dkirillov · 1 comment
Member

It seems AWS spec https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html was updated and now it contains
pagination parameters (prefix, max-buckets, continuation-token, bucket-region) for Listbuckets.
We should support this.

Describe the solution you'd like

Support pagination

Describe alternatives you've considered

Keep current implementation

Additional context

No.

## Is your feature request related to a problem? Please describe. It seems AWS spec https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html was updated and now it contains pagination parameters (`prefix`, `max-buckets`, `continuation-token`, `bucket-region`) for `Listbuckets`. We should support this. ## Describe the solution you'd like Support pagination ## Describe alternatives you've considered Keep current implementation ## Additional context No.
nzinkevich was assigned by alexvanin 2024-12-25 06:35:45 +00:00
alexvanin added this to the v0.33.0 milestone 2025-01-21 07:49:09 +00:00
Owner

Done in #591

Done in #591
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#585
No description provided.