Skip to content

Commit 8820e25

Browse files
committed
Revert "[APPEND][FSTORE-1536] Refetch s3 credential (#355)"
This reverts commit c1df5dd.
1 parent 734d4bb commit 8820e25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/hsfs/storage_connector.py

-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def prepare_spark(self, path: Optional[str] = None) -> Optional[str]:
373373

374374
def connector_options(self) -> Dict[str, Any]:
375375
"""Return options to be passed to an external S3 connector library"""
376-
self.refetch()
377376
return {
378377
"access_key": self.access_key,
379378
"secret_key": self.secret_key,

0 commit comments

Comments
 (0)