mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"async-aws/async-aws-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"AWS_KEY": "your-aws-key",
|
||||
"AWS_SECRET": "your-aws-secret"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/async_aws.yaml": {
|
||||
"contents": [
|
||||
"# 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:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1c5ddc78525b87905779c67df1ab71521f664662"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"async-aws/async-aws-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/async_aws.yaml": {
|
||||
"contents": [
|
||||
"# Read documentation at https://async-aws.com/integration/symfony-bundle.html",
|
||||
"async_aws:",
|
||||
" config:",
|
||||
"",
|
||||
" # All installed clients are automatically autowired. Use this section to customize clients",
|
||||
" clients:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "36bc5854429183d4ba6980c916f9e9284deb3a16"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"manifests": {
|
||||
"async-aws/async-aws-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"AWS_KEY": "your-aws-key",
|
||||
"AWS_SECRET": "your-aws-secret"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/async_aws.yaml": {
|
||||
"contents": [
|
||||
"# 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:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b007c138ed480c768bf9e7f76652238f11ca938f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user