Merge branch 'master' into types/check-types-in-client
This commit is contained in:
commit
b1300695e5
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"version": "3.4.24",
|
||||
"version": "3.5.0",
|
||||
"npmClient": "yarn",
|
||||
"concurrency": 20,
|
||||
"command": {
|
||||
|
|
|
@ -168,6 +168,7 @@ class S3Integration implements IntegrationBase {
|
|||
secretAccessKey: config.secretAccessKey,
|
||||
},
|
||||
region: config.region,
|
||||
endpoint: config.endpoint,
|
||||
}
|
||||
if (config.endpoint) {
|
||||
this.config.forcePathStyle = true
|
||||
|
|
Loading…
Reference in New Issue