boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

Home Page:http://docs.pythonboto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set_acl

numericlee opened this issue · comments

Using boto 2.48 and python3.6 in a conda linux environment

k.set_contents_from_filename(image.png)

successfully creates a file

but
k.set_acl('public_read')
gives me an assertion error ( assert acl-Str in CannedACLStrings)`

I have to do it manually
this may be related to #3707

@numericlee , could you tell me what you did as a manual work-around?