-
Notifications
You must be signed in to change notification settings - Fork 95
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
Handling a request has no Content-Length on Upload Part - Copy [JIRA: RCS-187] #939
Comments
For what it's worth in any future diagnosis, regarding s3tools/s3cmd#510 , this bug does not get triggered with s3cmd 1.0.1 |
@JoarJ Thank you. Yes, you are right. If I recall correctly, old s3cmd always sent a Content-Length header but the behavior has been changed ,unfortunately. If you want to use the latest s3cmd with Riak CS, you can use copy API with e.g.
|
Zendesk Issue https://basho.zendesk.com/agent/tickets/10598 _[posted via JIRA by Bryan Hunt]_ |
@ksauzz thnks for the tip. |
PR #1200 _[posted via JIRA by Shunichi Shinohara]_ |
For release note: Fix bug of Content-Length header handling in two copy APIs, PUT Copy and Upload Part Copy. _[posted via JIRA by Shunichi Shinohara]_ |
Addressed by #1200 |
CS responds
413 Request Entity Too Large
if client send no Content-Length on Upload Part - Copy. CS should ignore Content-Length, or treat it as 0 if it's not included.note: use my fork of s3curl for sending 'x-amz-copy-source-range header' instead of the original that can't deal with 'x-amz-copy-source-range'.
The text was updated successfully, but these errors were encountered: