Merge pull request #15701 from CSLTech/master
Fix S3 integration custom endpoints usage
This commit is contained in:
commit
d0026f849f
|
@ -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