mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
[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:
5
reconnect/s3bundle/3.0/config/packages/reconnect_s3.yaml
Normal file
5
reconnect/s3bundle/3.0/config/packages/reconnect_s3.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
reconnect_s3:
|
||||
bucketHost: '%env(BUCKET_HOST)%'
|
||||
bucketName: '%env(BUCKET_NAME)%'
|
||||
bucketKey: '%env(BUCKET_KEY)%'
|
||||
bucketSecret: '%env(BUCKET_SECRET)%'
|
||||
14
reconnect/s3bundle/3.0/manifest.json
Normal file
14
reconnect/s3bundle/3.0/manifest.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user