symfony-storage/storage_example.yaml

23 lines
515 B
YAML
Raw Normal View History

2019-02-20 11:11:38 +01:00
storage:
photos:
type: s3
bucket: bluesquare.public
region: nl-ams
endpoint: 'https://s3.nl-ams.scw.cloud'
credentials:
key: '%env(MYSUPERSECRETAWSKEY)%'
secret: '%env(MYSUPERSECRETAWSSECRET)%'
version: lastest # optionnel
path: '/photos' # optionnel
files:
type: s3
bucket: bluesquare.private
region: nl-ams
endpoint: 'https://s3.nl-ams.scw.cloud'
credentials:
key: '%env(MYSUPERSECRETAWSKEY)%'
secret: '%env(MYSUPERSECRETAWSSECRET)%'
...