mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 08:05:07 +08:00
Feat: Accessing Alibaba Cloud OSS with Amazon S3 SDK (#5438)
Accessing Alibaba Cloud OSS with Amazon S3 SDK
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user