Fix token expiry miscalculation (#24639)

This commit is contained in:
Yongtao Huang 2025-08-27 18:19:58 +08:00 committed by GitHub
commit bb718acadf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"