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

Failed to upload large file (53Mb) #787

Open
github-benoit-dav opened this issue Dec 8, 2021 · 0 comments
Open

Failed to upload large file (53Mb) #787

github-benoit-dav opened this issue Dec 8, 2021 · 0 comments

Comments

@github-benoit-dav
Copy link

github-benoit-dav commented Dec 8, 2021

Hi,

I'm trying to upload a 53Mb file to s3rver (running in a local docker on my mac) using aws cli, but I get this error:

$ aws s3 cp --no-verify-ssl --no-sign-request --endpoint-url http://localdocker:8000 912003fa-fd3e-4ff1-bee6-db9005890f58 s3://bucketname/
upload failed: ./912003fa-fd3e-4ff1-bee6-db9005890f58 to s3://bucketname/912003fa-fd3e-4ff1-bee6-db9005890f58 An error occurred (404) when calling the CreateMultipartUpload operation: Not Found

Using s3cmd yields a similar result.

In the s3rver logs, I see only this:

info: POST /bucketname/912003fa-fd3e-4ff1-bee6-db9005890f58?uploads 404 69 - 3.536 ms

It works with a small file.

Could that be a bug ? Am I doing something wrong ?
Thanks for your help !
Benoit

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