mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
10 lines
322 B
YAML
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:
|