GoogleCloudPlatform / GoogleCloudPlatform/gsutil
gsutil setacl doesn't work correctly with s3
Open
bug
imported
Priority-Low
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
_Original author: mfschwa...@google.com (July 02, 2010 16:32:37)_
What steps will reproduce the problem?
% gsutil getacl s3://mfsbucket/obj > acl.xml
% gsutil setacl acl.xml s3://mfsbucket/obj
Expected output is empty (success); instead we get:
S3ResponseError:: status=400, code=MalformedACLError, reason=Bad Request.
_Original issue: http://code.google.com/p/gsutil/issues/detail?id=20_
Contributor guide
Assessment
This issue has not been assessed yet.