Skip to content

Commit 9bc5343

Browse files
authored
Update 2-cloud-storage-providers.md
This PR adds a comment to the aws adapter example to show how to set the visibility to public for uploaded files. I found this config option by looking through issues. I didn't notice it anywhere else.
1 parent 525845a commit 9bc5343

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/2-cloud-storage-providers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ flysystem:
7676
storages:
7777
users.storage:
7878
adapter: 'aws'
79+
# visibility: public # Make the uploaded file publicly accessible in S3
7980
options:
8081
client: 'aws_client_service' # The service ID of the Aws\S3\S3Client instance
8182
bucket: 'bucket_name'

0 commit comments

Comments
 (0)