Add ALIYUN_OSS_PATH configuration for Aliyun OSS (#7864)

Co-authored-by: seayon <zhaoxuyang@shouqianba.com>
This commit is contained in:
Seayon
2024-09-01 21:30:17 +08:00
committed by GitHub
parent 1510bdbcf6
commit 78989e9049
5 changed files with 39 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ x-shared-env: &shared-api-worker-env
ALIYUN_OSS_ENDPOINT: ${ALIYUN_OSS_ENDPOINT:-}
ALIYUN_OSS_REGION: ${ALIYUN_OSS_REGION:-}
ALIYUN_OSS_AUTH_VERSION: ${ALIYUN_OSS_AUTH_VERSION:-v4}
ALIYUN_OSS_PATHS: ${ALIYUN_OSS_PATH:-}
TENCENT_COS_BUCKET_NAME: ${TENCENT_COS_BUCKET_NAME:-}
TENCENT_COS_SECRET_KEY: ${TENCENT_COS_SECRET_KEY:-}
TENCENT_COS_SECRET_ID: ${TENCENT_COS_SECRET_ID:-}