octopress / deploy

Deployment for Octopress and Jekyll blogs.
MIT License
75 stars 23 forks source link

S3 deploy creates files without everyone read access #41

Closed fehwalker closed 9 years ago

fehwalker commented 9 years ago

Deploy works, but files deployed to S3 do not have permission to be read, which means you can't actually use them as a web site unless you otherwise change all the permissions first.

Need to add ':acl => :public_read' to file options before uploading, Could possibly also have a config option to keep permissions private if preferred (why? maybe someone wants it...).

I'll try a fix for this since I want it...

parkr commented 9 years ago

:+1:

Start here in your investigation. :)

fehwalker commented 9 years ago

This is fixed by commit 236980e