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

Native multipart copy #76

Open
gaul opened this issue Jul 30, 2015 · 1 comment
Open

Native multipart copy #76

gaul opened this issue Jul 30, 2015 · 1 comment

Comments

@gaul
Copy link
Owner

gaul commented Jul 30, 2015

Presently S3Proxy emulates multipart copy with a range getBlob request followed by uploadPart. Instead jclouds should offer native support. Note that this will need the Azure part size workaround as the existing multipart upload code.

@gaul
Copy link
Owner Author

gaul commented Apr 24, 2017

Azure does not support range copies:

https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/copy-blob

OpenStack does not document range copies:

https://developer.openstack.org/api-ref/object-storage/?expanded=copy-object-detail

Atmos and B2 do not support copies at all. Perhaps S3Proxy should just special case S3 to do native MPU copy?

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