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

Multipart copy #13

Open
xtian opened this issue Oct 8, 2015 · 0 comments
Open

Multipart copy #13

xtian opened this issue Oct 8, 2015 · 0 comments

Comments

@xtian
Copy link

xtian commented Oct 8, 2015

For files > 5GB in size, the S3 API requires using a multipart copy. I recently had to work around this by monkeypatching Refile, but I'd love to have official support for it.

Happy to work on it as well if you have an idea of how it should be implemented.

I ended up overwriting #upload to pass content_length and use_multipart_copy to #copy_from, but that just enables multipart for every copy. Not sure if that is desirable for Refile in general.

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