new: usr: Add opportunity to use profile picture. #4
This commit is contained in:
14
config/packages/flysystem.yaml
Normal file
14
config/packages/flysystem.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
flysystem:
|
||||
storages:
|
||||
mineseeker.media.storage:
|
||||
adapter: 'aws'
|
||||
options:
|
||||
client: 'Aws\S3\S3Client'
|
||||
bucket: 'mineseeker'
|
||||
prefix: 'media'
|
||||
mineseeker.cache.storage:
|
||||
adapter: 'aws'
|
||||
options:
|
||||
client: 'Aws\S3\S3Client'
|
||||
bucket: 'mineseeker'
|
||||
prefix: 'cache'
|
||||
Reference in New Issue
Block a user