Fix token expiry miscalculation (#24639)

This commit is contained in:
Yongtao Huang
2025-08-27 18:19:58 +08:00
committed by GitHub
parent 4cd00efe3b
commit bb718acadf
4 changed files with 7 additions and 11 deletions

View File

@@ -14,4 +14,4 @@ class StorageType(StrEnum):
S3 = "s3"
TENCENT_COS = "tencent-cos"
VOLCENGINE_TOS = "volcengine-tos"
SUPBASE = "supabase"
SUPABASE = "supabase"