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

Proposed Upload exceeds the maximum allowed size #5592

Closed
cyberduck opened this issue Dec 25, 2010 · 5 comments
Closed

Proposed Upload exceeds the maximum allowed size #5592

cyberduck opened this issue Dec 25, 2010 · 5 comments
Assignees
Labels
bug duplicate s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

4e3c18b created the issue

When uploading large files, I get error 'Your Proposed Upload exceeds the maximum allowed size".
There used to be limit of files in Amazon, and it was lifted/changed to 5TB per file. So, this needs to be fixed.
external image

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Are you you running a snapshot build as indicated in the version attribute for this ticket?

@cyberduck
Copy link
Collaborator Author

4e3c18b commented

yes, i first was running latest released version and got that error. then when I went to open ticket I saw you offer nightly builds and tested on the latest nightly build too and got same error.

thanks.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please post the transcript from the log drawer of the Transfers window.

@cyberduck
Copy link
Collaborator Author

4e3c18b commented

PUT /Archive.zip HTTP/1.1
x-amz-acl: public-read
x-amz-storage-class: STANDARD
Content-Length: 5943210521
Content-Type: application/zip
Date: Mon, 27 Dec 2010 19:18:42 GMT
Authorization: AWS 
User-Agent: Cyberduck/4.0b9 (Mac OS X/10.6.5) (i386)
Host: test-cyberduck.s3.amazonaws.com
Expect: 100-continue

HTTP/1.1 400 Bad Request
HTTP/1.1 400 Bad Request
x-amz-request-id: 
x-amz-id-2: 
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Mon, 27 Dec 2010 19:18:42 GMT
Connection: close
Server: AmazonS3

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We don't currently support chunked multipart uploads that are a prerequisite for uploads larger than 5GB. Duplicate for #5487.

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

No branches or pull requests

2 participants