Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Conversation

@as3richa
Copy link

@shuttie

this endpoint is used by the TransferManager for multipart uploads and copies

@as3richa as3richa changed the title implement ListParts endpoing implement ListParts endpoint Aug 11, 2020
@as3richa
Copy link
Author

ref. https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html.

for uploads and copies sufficiently large to require a multipart transfer, the TransferManager emits a ListParts requests immediately after the CreateMultipartUpload. prior to this patch a ListParts request would have routed to GetObject, causing the upload to fail

@as3richa as3richa force-pushed the as3richa/list-parts branch from d9cca8f to 89c1d1b Compare August 11, 2020 23:08
@as3richa as3richa force-pushed the as3richa/list-parts branch from 89c1d1b to 6379e12 Compare August 11, 2020 23:12
@mickjermsurawong-stripe

hi @shuttie! Would you be able to take a look at this please?

We use TransferManager api extensively, which relies on part listing on large file. Currently, we have internal fork of s3mock and use the patch @as3richa created. It would be great if this patch can be pulled in and we can use the oos version instead.

@mickjermsurawong-stripe

cc @romangrebennikov

@mickjermsurawong-stripe
Copy link

Hi there! Just would like to follow-up on this please. Would really appreciate if you could consider this patch. I believe it would also be valuable to others.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants