You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Using s3cmd yields a similar result.
In the s3rver logs, I see only this:
It works with a small file.
Could that be a bug ? Am I doing something wrong ?
Thanks for your help !
Benoit
The text was updated successfully, but these errors were encountered: