summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/example.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml
index e787274fdc..05dc43c44b 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -68,6 +68,29 @@ drive:
# accessKey:
# secretKey:
+ # S3 example
+ # storage: 'minio'
+ # bucket: bucket-name
+ # prefix: files
+ # config:
+ # endPoint: s3-us-west-2.amazonaws.com
+ # region: us-west-2
+ # secure: true
+ # accessKey: XXX
+ # secretKey: YYY
+
+ # S3 example (with CDN, custom domain)
+ # storage: 'minio'
+ # bucket: drive.example.com
+ # prefix: files
+ # baseUrl: https://drive.example.com
+ # config:
+ # endPoint: s3-us-west-2.amazonaws.com
+ # region: us-west-2
+ # secure: true
+ # accessKey: XXX
+ # secretKey: YYY
+
#
# Below settings are optional
#