diff --git a/services/datalake/pod-datalake/src/config.ts b/services/datalake/pod-datalake/src/config.ts index e310e80f46..5164d822db 100644 --- a/services/datalake/pod-datalake/src/config.ts +++ b/services/datalake/pod-datalake/src/config.ts @@ -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,