Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating permissions on Amazon S3 files that were uploaded via JungleDisk

I am starting to use Jungle Disk to upload files to an Amazon S3 bucket which corresponds to a Cloudfront distribution. i.e. I can access it via an http:// URL and I am using Amazon as a CDN.

The problem I am facing is that Jungle Disk doesn't set 'read' permissions on the files so when I go to the corresponding URL in a browser I get an Amazon 'AccessDenied' error. If I use a tool like BucketExplorer to set the ACL then that URL now returns a 200.

I really really like the simplicity of dragging files to a network drive. JungleDisk is the best program I've found to do this reliably without tripping over itself and getting confused. However it doesn't seem to have an option to make the files read-able.

I really don't want to have to go to a different tool (especially if i have to buy it) to just change the permissions - and this seems really slow anyway because they generally seem to traverse the whole directory structure.

JungleDisk provides some kind of 'web access' - but this is a paid feature and I'm not sure if it will work or not.

S3 doesn't appear to propagate permissions down which is a real pain.

I'm considering writing a manual tool to traverse my tree and set everything to 'read' but I'd rather not do this if this is a problem someone else has already solved.

like image 994
Simon_Weaver Avatar asked Mar 10 '09 06:03

Simon_Weaver


2 Answers

Disclaimer: I am the developer of this tool, but I think it may answer your question.

If you are on Windows you can use CloudBerry Explorer Amazon S3 client. It supports most of the Amazon S3 and CloudFront features and It is freeware.

like image 161
cloudberryman Avatar answered Oct 09 '22 14:10

cloudberryman


I use the Transmit Mac app to modify permissions on files I've already uploaded with JungleDisk. If you're looking for a more cross-platform solution, the S3Fox browser plugin for Firefox claims to be able to modify permissions on S3 files as well.

like image 44
Erin Dees Avatar answered Oct 09 '22 13:10

Erin Dees