diff --git a/node/src/index.ts b/node/src/index.ts index 6e580c8b..20cfcfc4 100644 --- a/node/src/index.ts +++ b/node/src/index.ts @@ -220,7 +220,8 @@ export async function connect( region: partOpts.region ?? defaultRegion, timeout: partOpts.timeout ?? defaultRequestTimeout, readConsistencyInterval: partOpts.readConsistencyInterval ?? undefined, - storageOptions: partOpts.storageOptions ?? undefined + storageOptions: partOpts.storageOptions ?? undefined, + hostOverride: partOpts.hostOverride ?? undefined } if (opts.uri.startsWith("db://")) { // Remote connection