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: support multi-part uploads #28

Closed
matthewkmayer opened this issue Aug 19, 2015 · 2 comments
Closed

S3: support multi-part uploads #28

matthewkmayer opened this issue Aug 19, 2015 · 2 comments
Assignees

Comments

@matthewkmayer
Copy link
Member

Related to #18. See http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html and http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadUploadPart.html .

@matthewkmayer matthewkmayer self-assigned this Aug 25, 2015
@matthewkmayer
Copy link
Member Author

We can follow the high level Java example and just accept a BufStream and report back when it's done. Rusoto will handle keeping track of parts and putting them all together. See http://docs.aws.amazon.com/AmazonS3/latest/dev/usingHLmpuJava.html .

Perhaps make a helper function in S3Helper that can take a file as input. This would call the function that accepts a BufReader as input.

@matthewkmayer
Copy link
Member Author

Since this can turn complicated when adding threads to do parallel uploads, this ticket is for single threaded multi-part upload. Should handle resuming of uploads by checking what's already uploaded.

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

No branches or pull requests

1 participant