Merge pull request #15701 from CSLTech/master

Fix S3 integration custom endpoints usage
This commit is contained in:
Sam Rose 2025-03-10 15:21:35 +00:00 committed by GitHub
commit d0026f849f
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,
},
region: config.region,
endpoint: config.endpoint,
}
if (config.endpoint) {
this.config.forcePathStyle = true