9 lines
295 B
YAML
9 lines
295 B
YAML
# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md
|
|
flysystem:
|
|
storages:
|
|
minio.storage:
|
|
adapter: 'aws'
|
|
options:
|
|
client: 'app.minio_client'
|
|
bucket: '%minio_bucket%'
|