Fix token expiry miscalculation (#24639)
This commit is contained in:
parent
4cd00efe3b
commit
bb718acadf
4 changed files with 7 additions and 11 deletions
|
|
@ -65,7 +65,7 @@ class Storage:
|
|||
from extensions.storage.volcengine_tos_storage import VolcengineTosStorage
|
||||
|
||||
return VolcengineTosStorage
|
||||
case StorageType.SUPBASE:
|
||||
case StorageType.SUPABASE:
|
||||
from extensions.storage.supabase_storage import SupabaseStorage
|
||||
|
||||
return SupabaseStorage
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ class StorageType(StrEnum):
|
|||
S3 = "s3"
|
||||
TENCENT_COS = "tencent-cos"
|
||||
VOLCENGINE_TOS = "volcengine-tos"
|
||||
SUPBASE = "supabase"
|
||||
SUPABASE = "supabase"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue