Update Flex archives

This commit is contained in:
github-action[bot]
2021-12-18 17:21:01 +00:00
parent 0f51d4be82
commit f49d36fa18
993 changed files with 48580 additions and 0 deletions
@@ -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"
}
}
}