mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
fix: use host + port in datalake address (#8276)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -58,7 +58,7 @@ function parseBucketConfig (str: string): BucketConfig {
|
||||
}
|
||||
|
||||
const uri = new URL(url)
|
||||
const endpoint = uri.protocol + '//' + uri.hostname + uri.pathname
|
||||
const endpoint = uri.protocol + '//' + uri.host + uri.pathname
|
||||
|
||||
return {
|
||||
bucket,
|
||||
|
||||
Reference in New Issue
Block a user