Private
Public Access
1
0
Files
MineSeeker/config/packages/flysystem.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'