mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
8 lines
301 B
YAML
8 lines
301 B
YAML
seferov_aws:
|
|
credentials:
|
|
key: '%env(AWS_CREDENTIALS_KEY)%'
|
|
secret: '%env(AWS_CREDENTIALS_SECRET)%'
|
|
region: 'eu-central-1'
|
|
# Here you can set service specific credentials and config.
|
|
# See https://github.com/seferov/awsBundle/blob/master/Resources/doc/configuration.md
|