Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+14 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"async-aws/async-aws-bundle": {
"version": "0.1",
"recipe": {
"repo": "0.1",
"branch": "master",
"version": "0.1",
"ref": "1c5ddc78525b87905779c67df1ab71521f664662"
}
}
},
"manifests": {
"async-aws/async-aws-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "async-aws/async-aws-bundle",
"version": "0.1",
"manifest": {
"bundles": {
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [
@@ -31,13 +17,22 @@
},
"files": {
"config/packages/async_aws.yaml": {
"contents": "# Read documentation at https://async-aws.com/integration/symfony-bundle.html\nasync_aws:\n config:\n region: eu-central-1\n accessKeyId: '%env(AWS_KEY)%'\n accessKeySecret: '%env(AWS_SECRET)%'\n\n # All installed clients are automatically autowired. Use this section to customize clients\n clients:\n",
"executable": false,
"encoding": ""
"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
}
},
"origin": "async-aws/async-aws-bundle:0.1@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "1c5ddc78525b87905779c67df1ab71521f664662"
}
}
}