Commit 8b83d701 authored by Guy Thouret's avatar Guy Thouret

(fix) Disable public-read ACL on S3 storage to prevent ACL errors in review site - #616

1 merge request!303Propagate Properties when entities get updated
Pipeline #82384717 passed with stages
in 10 minutes and 6 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