File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ There are some config settings you need to change in the files below.
232
232
| ` CMD_S3_SECRET_ACCESS_KEY ` | no example | AWS secret key |
233
233
| ` CMD_S3_REGION ` | ` ap-northeast-1 ` | AWS S3 region |
234
234
| ` CMD_S3_BUCKET ` | no example | AWS S3 bucket name |
235
+ | ` CMD_S3_ENDPOINT ` | s3.example.com | custom AWS S3 endpoint |
235
236
| ` CMD_MINIO_ACCESS_KEY ` | no example | Minio access key |
236
237
| ` CMD_MINIO_SECRET_KEY ` | no example | Minio secret key |
237
238
| ` CMD_MINIO_ENDPOINT ` | ` minio.example.org ` | Address of your Minio endpoint/instance |
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ module.exports = {
66
66
s3 : {
67
67
accessKeyId : undefined ,
68
68
secretAccessKey : undefined ,
69
- region : undefined
69
+ region : undefined ,
70
+ endpoint : undefined
70
71
} ,
71
72
minio : {
72
73
accessKey : undefined ,
You can’t perform that action at this time.
0 commit comments