Skip to content

Commit 1d4874c

Browse files
committed
fix region
1 parent 375a2d3 commit 1d4874c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hsfs/storage_connector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def connector_options(self) -> Dict[str, Any]:
376376
"secret_key": self.secret_key,
377377
"session_token": self.session_token,
378378
"path": self.path,
379-
"region": "us-east-2",
379+
"region": self.region,
380380
}
381381

382382
def read(

0 commit comments

Comments
 (0)