Hi all,<div><br></div><div>I&#39;m wondering how folks usually set the ACL/permissions for their S3 tile stores. &nbsp;By default, it seems to me that new files uploaded are not public-read, which implies to me I need to manually set all tiles to be public read. &nbsp;In this case, I just added a line to the AWSS3.py (&nbsp;self.getBotoKey(key).set_acl(&#39;public-read&#39;) ) .. &nbsp;but this adds a bit of a lag to each request, and also it sometimes fails (requiring try/except, logging/fixing, etc).</div>
<div><br></div><div>Is there a better recommended method for this? &nbsp;I took a 2nd glance at the aws docs and didn&#39;t see a way to set a bucket such that all child objects have the same ACL, which struck me as strange - is there a way to do this, or another way you guys have solved this problem?</div>
<div><br></div><div>Thanks,</div><div><br clear="all"> &nbsp;-Josh<br>
</div>