pifantastic / grunt-s3

A grunt task to automate moving files to/from Amazon S3.
MIT License
389 stars 81 forks source link

Include instructions on how to setup a user on S3 #131

Closed weltonrodrigo closed 8 years ago

weltonrodrigo commented 10 years ago

These instructions where shameless copied from s3-upload package. I know that a glob on Actions is an evil thing, but these instructions are aimed at newbies.

Maybe a section could be included listing which permissions are needed for each operations (upload, sync, download etc.)

For simple upload operations, ListObjects, PutObjects and DeleteObjects where not enough. I simply couldn't make it work without a glob operation.