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

@ -37,6 +37,12 @@ redis:
# access_key: 'access_key'
# secret_key: 'secret_key'
# region: 'region'
# oss:
# access_key: 'access_key'
# secret_key: 'secret_key'
# endpoint_url: 'http://oss-cn-hangzhou.aliyuncs.com'
# region: 'cn-hangzhou'
# bucket: 'bucket_name'
# azure:
# auth_type: 'sas'
# container_url: 'container_url'