Feat: Accessing Alibaba Cloud OSS with Amazon S3 SDK (#5438)

Accessing Alibaba Cloud OSS with Amazon S3 SDK
This commit is contained in:
hy89
2025-02-27 17:02:42 +08:00
committed by GitHub
parent 11de7599e5
commit 651422127c
7 changed files with 188 additions and 0 deletions

View File

@ -26,6 +26,7 @@ INFINITY = get_base_config("infinity", {"uri": "infinity:23817"})
AZURE = get_base_config("azure", {})
S3 = get_base_config("s3", {})
MINIO = decrypt_database_config(name="minio")
OSS = get_base_config("oss", {})
try:
REDIS = decrypt_database_config(name="redis")
except Exception: