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

S3: Simpler Multipart Uploads in V3 #310

Closed
medanat opened this issue Jul 29, 2019 · 5 comments
Closed

S3: Simpler Multipart Uploads in V3 #310

medanat opened this issue Jul 29, 2019 · 5 comments
Assignees
Labels
feature-request New feature or enhancement. May require GitHub community feedback. High Priority

Comments

@medanat
Copy link

medanat commented Jul 29, 2019

Is your feature request related to a problem? Please describe.

I might have not been looking in the right place, but I can't find a method matching s3.upload (https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property) in v3. Specifically something that handles all the stages of multipart uploads (initiate multipart, upload part, complete multipart).

Describe the solution you'd like

A method similar to the v2 s3.upload which does all the heavy lifting for multipart uploads using something like the managed upload module (https://github.com/aws/aws-sdk-js/blob/master/lib/s3/managed_upload.js).

Describe alternatives you've considered

  • PUT Object Command (not suitable for multipart I believe and the response does not match that of the complete multipart command.
  • Manual multipart (initiate, upload parts, complete) which can be cumbersome and error prone.

Additional context

N/A

Thanks!

@AllanZhengYP AllanZhengYP added the feature-request New feature or enhancement. May require GitHub community feedback. label Aug 8, 2019
@alexforsyth
Copy link
Contributor

We're working on this with https://github.com/alexforsyth/aws-sdk-js-v3/pull/new/experimental/storage-upload

@alexforsyth alexforsyth self-assigned this Oct 8, 2020
@alexforsyth
Copy link
Contributor

alexforsyth commented Oct 20, 2020

Quick update: This is merged as part of #1547. This will be going out this week was part of the next release.

@medanat
Copy link
Author

medanat commented Oct 20, 2020

Thank you - much appreciated!

@trivikr
Copy link
Member

trivikr commented Oct 23, 2020

Closing as @aws-sdk/lib-storage is published: https://www.npmjs.com/package/@aws-sdk/lib-storage

@trivikr trivikr closed this as completed Oct 23, 2020
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or enhancement. May require GitHub community feedback. High Priority
Projects
None yet
Development

No branches or pull requests

4 participants