We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using latest cli version 1.2.9 , trying to set object metadata with no luck , details:
CLI Version: 1.2.9 OS: OSx/ubuntu Python Version: 2.7.5
Command:
aws s3api put-object --bucket mybucket --key README.md --body README.md --metadata key=value
Returns:
'OrderedDict' object has no attribute 'strip'
When I remove --metadata the object is successfully upload and returns etag..
Help would be appreciated!
Thanks, Kobi
The text was updated successfully, but these errors were encountered:
Yes, this is a known issue. We will try to get it resolved soon. See #356.
I'm going to close this in favor of the existing issue.
Sorry, something went wrong.
Thanks!
No branches or pull requests
using latest cli version 1.2.9 , trying to set object metadata with no luck , details:
CLI Version: 1.2.9
OS: OSx/ubuntu
Python Version: 2.7.5
Command:
aws s3api put-object --bucket mybucket --key README.md --body README.md --metadata key=value
Returns:
'OrderedDict' object has no attribute 'strip'
When I remove --metadata the object is successfully upload and returns etag..
Help would be appreciated!
Thanks,
Kobi
The text was updated successfully, but these errors were encountered: