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",
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||||
"version": "3.4.24",
|
"version": "3.5.0",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"concurrency": 20,
|
"concurrency": 20,
|
||||||
"command": {
|
"command": {
|
||||||
|
|
|
@ -168,6 +168,7 @@ class S3Integration implements IntegrationBase {
|
||||||
secretAccessKey: config.secretAccessKey,
|
secretAccessKey: config.secretAccessKey,
|
||||||
},
|
},
|
||||||
region: config.region,
|
region: config.region,
|
||||||
|
endpoint: config.endpoint,
|
||||||
}
|
}
|
||||||
if (config.endpoint) {
|
if (config.endpoint) {
|
||||||
this.config.forcePathStyle = true
|
this.config.forcePathStyle = true
|
||||||
|
|
Loading…
Reference in New Issue