Skip to content

Commit 5844cd0

Browse files
authored
Merge pull request thephpleague#56 from JohnstonCode/patch-2
Add comment in aws adapter example to show how to set visibility
2 parents 525845a + 9bc5343 commit 5844cd0

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)