Init project
This commit is contained in:
8
config/packages/flysystem.yaml
Normal file
8
config/packages/flysystem.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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%'
|
||||
Reference in New Issue
Block a user