rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Exposing the multipart-upload api to users

Open johanot opened this issue 3 years ago • 3 comments

list_multiparts_uploads and abort_upload are already public functions.

But for client that support client-side-chunking, I currently have to assemble all chunks in a my application, only have them later re-chunked by rust-s3.

It should be possible for clients to make use of multipart upload directly, passing the relevant multipart state for each chunk uploaded.

Still draft: because docs (and possibly tests?) are missing.

johanot avatar Aug 01 '21 14:08 johanot

@johanot Thanks for the PR, I'd be happy to merge it in once its ready :)

durch avatar Oct 10 '21 19:10 durch

Rebased this with master and revived the code + undrafted the PR. I've use this patch myself for some time and I think it's sad that I need a fork for this.

@durch Please let me know what I need to do to get this merged eventually, thanks :)

johanot avatar Mar 28 '22 09:03 johanot

@johanot Could you take a look at the conflict, I'd still like to get this merged, it slipped my mind, apologies for that

durch avatar Sep 24 '22 16:09 durch

@durch Done!

johanot avatar Oct 03 '22 22:10 johanot

@johanot Amazing, thank you :)

durch avatar Oct 04 '22 15:10 durch