For S3 bucket with "Block All Access" and/or ACL disabled

Permalink Browser Info Environment
If you want to disable ACL due to AWS's best practice, you can do so by modifying the following.

- Open packages/s3_storage/vendor/league/flysystem-aws-s3-v3/src/AwsS3Adapter.php
- Go to line 642
- The edit the following line from

$options['ACL'] = $visibility === AdapterInterface::VISIBILITY_PUBLIC ? 'public-read' : 'private';


to

$options['ACL'] ='';


Then, you should be able to upload a file to S3 without permission error.

Type: Discussion
Status: On Hold
concrete5cojp
View Replies:

concrete5 Environment Information

All

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.