Hi,<br><br>It&#39;s me again - I&#39;m putting tiles into S3, and have noticed that they have the default policy attached - &quot;private.&quot; Since S3 does file permissions on a file-by-file basis, it would make sense to set permissions as files are uploaded, instead of changing them all recursively with an S3 client. Here&#39;s a patch which allows one to set any of the &#39;canned acls&#39; that amazon provides (private, public-read, public-read-write, authenticated-read). Currently it only works with boto installed... there is probably a way to do this with the included S3 library, but I haven&#39;t gotten that library to work for me and the solution would be a bit more complex. If a patch for that is deemed necessary, I can do it.<br>

<br>Configuration is like this after the patch:<br><br>[cache]<br>type=AWSS3<br>access_key=<br>secret_access_key=<br>use_tms_paths=<br>policy=public-read<br><br>The patch is up at <a href="http://dl.getdropbox.com/u/68059/s3_policy.diff">http://dl.getdropbox.com/u/68059/s3_policy.diff</a><br>

<br>Tom MacWright<br>- <a href="http://developmentseed.org">developmentseed.org</a><br>