Files
symfony-flex-recipes-contrib/async-aws/async-aws-bundle/0.1/config/packages/async_aws.yaml
T

10 lines
322 B
YAML

# Read documentation at https://async-aws.com/integration/symfony-bundle.html
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: