From eec58911f860926ea679eb990a5a2bc4a2288f76 Mon Sep 17 00:00:00 2001 From: yanghua Date: Tue, 10 Mar 2026 19:49:17 +0800 Subject: [PATCH] fix: tag bug --- tosfs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tosfs/core.py b/tosfs/core.py index f36bb83..c37b62b 100644 --- a/tosfs/core.py +++ b/tosfs/core.py @@ -240,7 +240,7 @@ def __init__( self.tos_client = tos.TosClientV2( key, secret, - endpoint, + self.endpoint, region, security_token=session_token, max_retry_count=0,