Add recipe for S3Bundle

This commit is contained in:
Thibaut Cheymol
2021-02-02 20:29:13 +01:00
parent 8430a5abbe
commit d87761cc42
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,5 @@
reconnect_s3_bundle:
bucketHost: '%env(BUCKET_HOST)%'
bucketName: '%env(BUCKET_NAME)%'
bucketKey: '%env(BUCKET_KEY)%'
bucketSecret: '%env(BUCKET_SECRET)%'
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"Reconnect\\S3Bundle\\S3Bundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BUCKET_HOST": "",
"BUCKET_NAME": "",
"BUCKET_KEY": "",
"BUCKET_SECRET": ""
}
}