arc
arc copied to clipboard
Arc: Uploading Protected Files
Is there any way to handle uploading protected files?
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
thanks @tajchumber
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?