thoughtbot/paperclip

S3: Disabled canned ACL

jlsan92 opened this issue · 2 comments

Hi, I'm aware of deprecation status, but I just need a quick answer...

Is it possible to disable sending canned ACL for S3? By default public-read is set, but I'd like to disable sending the canned ACL at all and send direct grants through headers.

If I set headers now I get a response from S3 API that I cannot mix both canned ACLs and grants. Thanks!

I'd like to know this too...

harto commented

I worked around this by setting s3_permissions: ->(*) { nil } in the Paperclip config.