I see that anonymous user ACLs is read|write but Bucket Policy stay private.
According to the doc :
If an ACL, roles, and a bucket policy are used at the same time and their authorization conflicts, the authorization priorities come as the bucket policy, roles, and the ACL.
It may be interresting to set the bucket policy according to the preset acl.
If I want to create a public bucket with this code :
I see that anonymous user ACLs is
read|write
but Bucket Policy stayprivate
.According to the doc :
It may be interresting to set the bucket policy according to the preset acl.