Files
symfony-flex-recipes-contrib/async-aws/async-aws-bundle/0.1/config/packages/async_aws.yaml
T
2020-03-12 08:32:42 +01:00

10 lines
312 B
YAML

# Read documentation at https://github.com/async-aws/symfony-bundle
async_aws:
config:
region: eu-central-1
accessKeyId: '%env(AWS_KEY)%'
accessKeySecret: '%env(AWS_SECRET)%'
# All installed clients are automatically autowired. Use this section to customize clients
clients: