[Reconnect S3 Bundle] Add updated Recipe for v>=3 (#1925)

Co-authored-by: Thibaut <thib@MacBook-Pro-de-Thibaut.local>
This commit is contained in:
Thibaut Cheymol
2026-01-20 20:41:05 +01:00
committed by GitHub
parent fd2b29af77
commit d28010a793
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
reconnect_s3:
bucketHost: '%env(BUCKET_HOST)%'
bucketName: '%env(BUCKET_NAME)%'
bucketKey: '%env(BUCKET_KEY)%'
bucketSecret: '%env(BUCKET_SECRET)%'

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"Reconnect\\S3Bundle\\ReconnectS3Bundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BUCKET_HOST": "",
"BUCKET_NAME": "",
"BUCKET_KEY": "",
"BUCKET_SECRET": ""
}
}