15 lines
329 B
YAML
15 lines
329 B
YAML
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'
|