I have thins link below, and when I try to acess it it appears an xml file saying \"Acess denied\".
And I need to go to aws managment console and make this part-00
Boto3 setting ACL. Good question/answers here.
bucket.Acl().put(ACL='public-read')
obj.Acl().put(ACL='public-read')
Use of obj.Acl().put...
is very helpful when moving or manipulating items. Especially helpful if scripting/procedural.
via https://boto3.readthedocs.io/en/latest/guide/migrations3.html#access-controls.