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

ListMultipartUploads: support UploadIdMarker #213

Open
halkyon opened this issue Jul 5, 2022 · 0 comments
Open

ListMultipartUploads: support UploadIdMarker #213

halkyon opened this issue Jul 5, 2022 · 0 comments
Labels

Comments

@halkyon
Copy link
Contributor

halkyon commented Jul 5, 2022

This is a spin off from #207.

UploadIdMarker is used to filter out all uploads that come before it in ListMultipartUploads responses.

We do not support this parameter when making the request, and ignore it. We do support key marker, however, as the metainfo API uses the upload key as the cursor for project.ListUploads.

From the ListMultipartUploads API docs:

Together with key-marker, specifies the multipart upload after which listing should begin. If key-marker is not specified, the upload-id-marker parameter is ignored. Otherwise, any multipart uploads for a key equal to the key-marker might be included in the list only if they have an upload ID lexicographically greater than the specified upload-id-marker.

@amwolff amwolff added the edge label Jan 10, 2023
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

2 participants