Merge branch 'master' into types/check-types-in-client

This commit is contained in:
Adria Navarro 2025-03-11 12:02:58 +01:00 committed by GitHub
commit b1300695e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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": {

View File

@ -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