aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

service/s3/s3manager: Add support for resuming multipart upload between applications sessions.

Open jocot opened this issue 7 years ago • 7 comments

It seems that there is no facility to resume multipart uploads via the aws-sdk-go-v2 api once a session has ended or been disconnected.

jocot avatar Jan 31 '18 02:01 jocot

Hi @joeco317 Thanks for reaching out to use. The SDK's S3 Upload manager does not currently support resuming multipart uploads between application sessions. We did not have any direct plans to support this, but I can add this as a feature request so it can be considered added the the SDK's backlog.

As a workaround If you're application uses the S3 APIs directly it will have the capabilities to perform multipart upload resuming between application sessions.

jasdel avatar Jan 31 '18 19:01 jasdel

I have implemented a rough version of this feature if anyone is interested.

https://github.com/jviney/aws-sdk-go-v2/commit/925a73cc85d50382a2ddf456b1a3e762ab185797

jviney avatar Apr 03 '19 11:04 jviney

We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.

github-actions[bot] avatar Sep 24 '20 00:09 github-actions[bot]

We also need it, do you have plans to support it? @jasdel

microyahoo avatar Mar 16 '23 15:03 microyahoo

Forwarding this to @aajtodd who would be able to help with this further.

jasdel avatar Mar 17 '23 16:03 jasdel

I can re-open this as a feature request but we have no plans to support this right now.

aajtodd avatar Mar 20 '23 12:03 aajtodd

I need this too.

vbmithr avatar Jun 20 '23 10:06 vbmithr