Commit 77382a8a authored by Mark Harding's avatar Mark Harding

(chore): remove acl public-read from asset uploads

1 merge request!323WIP: Feat permissioned cdn
Pipeline #81822998 failed with stages
in 4 minutes and 36 seconds
......@@ -67,7 +67,7 @@ class S3 implements ServiceInterface
$mimeType = $finfo->buffer($data);
$write = $this->s3->putObject([
'ACL' => 'public-read',
// 'ACL' => 'public-read',
'Bucket' => Config::_()->aws['bucket'],
'Key' => $this->filepath,
'ContentType' => $mimeType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment