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 multipart upload #5938

Closed
cyberduck opened this issue May 2, 2011 · 5 comments
Closed

s3 multipart upload #5938

cyberduck opened this issue May 2, 2011 · 5 comments
Assignees
Labels
enhancement s3 AWS S3 Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

dcd50c7 created the issue

I am not sure but it looks like multipart upload does not verify integrity of individual parts. Is it possible to implement this feature if not available.

Thanks.

rk

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Parts are verified by comparing the MD5 of the part with the ETag returned.

@cyberduck
Copy link
Collaborator Author

Tingjun Li commented

Hi,dkocher:
Is it possible to provide an setting flag to disable multipart upload feature (for thirdparty S3 providers).

Thanks in advance...

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 Tingjun Li]:

Hi,dkocher:
Is it possible to provide an setting flag to disable multipart upload feature (for thirdparty S3 providers).

Thanks in advance...

Use the setting

defaults write ch.sudo.cyberduck s3.upload.multipart false

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:3 dkocher]:

Actually the use of multipart uploads is disabled by default if the provider is not s3.amazonaws.com.

@cyberduck
Copy link
Collaborator Author

Tingjun Li commented

Replying to [comment:4 dkocher]:

Replying to [comment:3 dkocher]:

Actually the use of multipart uploads is disabled by default if the provider is not s3.amazonaws.com.

It works, thank you very much!

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement s3 AWS S3 Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants