-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
s3api delete-objects does not set Content-MD5 #400
Labels
bug
This issue is a bug.
Comments
ghost
assigned garnaat
Oct 12, 2013
No, we should be adding it for you. Thanks for reporting this. |
Fixed with above pull request. |
Awesome! Thanks for the fix. |
toastdriven
pushed a commit
to toastdriven/botocore
that referenced
this issue
Nov 18, 2013
reedobrien
pushed a commit
to reedobrien/botocore
that referenced
this issue
Dec 21, 2013
* release-0.20.0: Bumping version to 0.20.0 Add support for audio transcoding feature in Amazon Elastic Transcoder Bump jmespath version dep to 0.1.0 Update redshift regions Update SWF model with latest documentation Updating govcloud endpoints. Fix type in comment Debug log the reasons we're trying a request Reset the stream on retry Fix indentation pep8 issue Split reset_method into two separate methods Change set_stream_logger to set logger at DEBUG Reintroduce the upgrade to requests 2.0.0 Adding a unit test. Add a Content-MD5 header to s3api delete-objects requests. Fixes aws/aws-cli#400. Revert update to requests 2.0.0 because httpretty 0.7.0 is broken for Python 3.3. Updating requests to 2.0.0.
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume the aws-cli tool should be generating the request MD5 automatically right? It's not something I'm supposed to be somehow adding to my request myself.
The text was updated successfully, but these errors were encountered: