stavro / arc

:paperclip: Flexible file upload and attachment library for Elixir
1.16k stars 210 forks source link

Arc: Uploading Protected Files #278

Open ghost opened 5 years ago

ghost commented 5 years ago

Is there any way to handle uploading protected files?

taj commented 5 years ago

if you don't ovverride the acl/2 function or don't define the module attribute @acl in your definition, files are uploaded privately by default

ghost commented 5 years ago

thanks @tajchumber

justinbkay commented 4 years ago

I can write to the bucket just fine, but if I turn off public access to S3, it kills my downloads, there must be a way to have files protected from public download?