boto3 / botocore does not support setting s3 acl on object version #385
Labels
bug
This issue is a confirmed bug.
requires-model-update
This issue requires an update in a model to resolve.
s3
According to the documentation it does not appear that boto3 supports setting an S3 version object's ACl as described in the Aws API documentation: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html#ExampleVersionObjectPutacl
BotoCore Documentation: https://botocore.readthedocs.org/en/latest/reference/services/s3.html#S3.Client.put_object_acl
I have tried just setting a VersionId parameter, however I get this error back.
Unknown parameter in input: "VersionId", must be one of: ACL, AccessControlPolicy, Bucket, ContentMD5, GrantFullControl, GrantRead, GrantReadACP, GrantWrite, GrantWriteACP, Key, RequestPayer
The text was updated successfully, but these errors were encountered: