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: Offer a ManagedUpload (multipart upload) implementation #30

Closed
danopia opened this issue Mar 31, 2022 · 0 comments · Fixed by #31
Closed

S3: Offer a ManagedUpload (multipart upload) implementation #30

danopia opened this issue Mar 31, 2022 · 0 comments · Fixed by #31
Labels
enhancement New feature or request

Comments

@danopia
Copy link
Member

danopia commented Mar 31, 2022

Looking at s3.upload(), that specific function is implemented by the AWS.S3.ManagedUpload class. It appears to chop your stream into individual 5MB segments and upload them with a Multipart Upload strategy. This is actually separate from streaming request bodies because each 'part' is buffered. So I will track managed/multipart uploads in a separate issue 😅

Originally posted by @danopia in #24 (comment)

@danopia danopia added the enhancement New feature or request label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant