Merge branch 'master' into fix/group-perf-improvements

This commit is contained in:
Michael Drury 2025-03-10 16:17:27 +00:00 committed by GitHub
commit 66c35923a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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