Files
symfony-flex-recipes-contrib/reconnect.s3bundle.0.1.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

46 lines
1.5 KiB
JSON

{
"locks": {
"reconnect/s3bundle": {
"version": "0.1",
"recipe": {
"repo": "0.1",
"branch": "master",
"version": "0.1",
"ref": "de320eec87a12822faca2d881e0aae50e6c9830f"
}
}
},
"manifests": {
"reconnect/s3bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "reconnect/s3bundle",
"version": "0.1",
"manifest": {
"bundles": {
"Reconnect\\S3Bundle\\S3Bundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BUCKET_HOST": "",
"BUCKET_NAME": "",
"BUCKET_KEY": "",
"BUCKET_SECRET": ""
}
},
"files": {
"config/packages/reconnect_s3_bundle.yaml": {
"contents": "reconnect_s3_bundle:\n bucketHost: '%env(BUCKET_HOST)%'\n bucketName: '%env(BUCKET_NAME)%'\n bucketKey: '%env(BUCKET_KEY)%'\n bucketSecret: '%env(BUCKET_SECRET)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "reconnect/s3bundle:0.1@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}