|
@@ -65,7 +65,7 @@ OPENDAL_FS_ROOT=storage
|
|
|
|
|
|
# S3 Storage configuration
|
|
|
S3_USE_AWS_MANAGED_IAM=false
|
|
|
-S3_ENDPOINT=https://your-bucket-name.storage.s3.clooudflare.com
|
|
|
+S3_ENDPOINT=https://your-bucket-name.storage.s3.cloudflare.com
|
|
|
S3_BUCKET_NAME=your-bucket-name
|
|
|
S3_ACCESS_KEY=your-access-key
|
|
|
S3_SECRET_KEY=your-secret-key
|
|
@@ -74,7 +74,7 @@ S3_REGION=your-region
|
|
|
# Azure Blob Storage configuration
|
|
|
AZURE_BLOB_ACCOUNT_NAME=your-account-name
|
|
|
AZURE_BLOB_ACCOUNT_KEY=your-account-key
|
|
|
-AZURE_BLOB_CONTAINER_NAME=yout-container-name
|
|
|
+AZURE_BLOB_CONTAINER_NAME=your-container-name
|
|
|
AZURE_BLOB_ACCOUNT_URL=https://<your_account_name>.blob.core.windows.net
|
|
|
|
|
|
# Aliyun oss Storage configuration
|
|
@@ -88,7 +88,7 @@ ALIYUN_OSS_REGION=your-region
|
|
|
ALIYUN_OSS_PATH=your-path
|
|
|
|
|
|
# Google Storage configuration
|
|
|
-GOOGLE_STORAGE_BUCKET_NAME=yout-bucket-name
|
|
|
+GOOGLE_STORAGE_BUCKET_NAME=your-bucket-name
|
|
|
GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64=your-google-service-account-json-base64-string
|
|
|
|
|
|
# Tencent COS Storage configuration
|