Skip to content

[aws] First pass at AWS S3 cp multiparts#2

Open
DorianZaccaria wants to merge 1 commit intoG-Corp:masterfrom
DorianZaccaria:multipart_upload
Open

[aws] First pass at AWS S3 cp multiparts#2
DorianZaccaria wants to merge 1 commit intoG-Corp:masterfrom
DorianZaccaria:multipart_upload

Conversation

@DorianZaccaria
Copy link

I'm opening a discussion here in order to solve the following issue, the implementation might not be the best we can do yet.

erlcloud_s3:put_object can upload a file smaller than 5GB according to AWS documentation. In order to upload bigger files we need to use AWS S3 multiparts upload. Erlcloud provides the needed functions, this commit is an attempt to use those functions.

erlcloud_s3:put_object can upload a file smaller than 5GB according
to https://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html.
In order to upload bigger files we need to use multiparts upload, erlcloud
provides the needed functions to do that. This commit is a first try at
using those functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant