feathersjs-ecosystem / feathers-blob

Feathers service for blob storage, like S3.

Home Page:http://feathersjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to set ACL permissions for S3

silvestreh opened this issue · comments

When uploading files to Amazon S3 I'm unable to set them as public-read. The create hook accepts a second param which I thought was intended for this, but doing:

uploadsService.create({ uri: this.image }, { acl: 'public-read' });

Always results in Access Denied errors while trying to get those images from S3.