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

Unable to rename S3 files larger than 5 GB #9983

Closed
cyberduck opened this issue Jun 15, 2017 · 4 comments
Closed

Unable to rename S3 files larger than 5 GB #9983

cyberduck opened this issue Jun 15, 2017 · 4 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

ff1fec5 created the issue

I can upload large files just fine but if I try to rename them I get the following error:

The specified copy source is larger than the maximum allowable size for a copy source: 5368709120. Please contact your web hosting service provider for assistance.

I know that S3 can't actually rename files and forces you to copy and delete them behind the scenes but surely there must be a way of moving or renaming a large file after upload? It would be bizarre if that were not possible.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We use multipart copy for bigger files to workaround this limitation of S3. Is your endpoint different from s3.amazonaws.com?

@cyberduck
Copy link
Collaborator Author

ff1fec5 commented

No, my endpoint is s3.amazonaws.com.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 0bc6863.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone renamed

@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
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants