mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Adding recipe for async-aws/symfony-bundle
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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 autowrired. Use this section to customize clients
|
||||
clients:
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"AWS_KEY": "your-aws-key",
|
||||
"AWS_SECRET": "your-aws-secret"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user