deno-aws_api icon indicating copy to clipboard operation
deno-aws_api copied to clipboard

S3: Offer a ManagedUpload (multipart upload) implementation

Open danopia opened this issue 3 years ago • 0 comments

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 https://github.com/cloudydeno/deno-aws_api/issues/24#issuecomment-1084962149

danopia avatar Mar 31 '22 18:03 danopia