🌟Add an option to not delete files from S3 storage (#321)
This commit is contained in:
@@ -94,7 +94,8 @@
|
||||
"port": "STORAGE_S3_PORT",
|
||||
"useSSL": "STORAGE_S3_USE_SSL",
|
||||
"accessKey": "STORAGE_S3_ACCESS_KEY",
|
||||
"secretKey": "STORAGE_S3_SECRET_KEY"
|
||||
"secretKey": "STORAGE_S3_SECRET_KEY",
|
||||
"disableRemove": "STORAGE_S3_DISABLE_REMOVE"
|
||||
}
|
||||
},
|
||||
"email-pusher": {
|
||||
|
||||
@@ -121,7 +121,8 @@
|
||||
"port": 9000,
|
||||
"useSSL": false,
|
||||
"accessKey": "ABCD",
|
||||
"secretKey": "x1yz"
|
||||
"secretKey": "x1yz",
|
||||
"disableRemove": false
|
||||
},
|
||||
"local": {
|
||||
"path": "/tdrive"
|
||||
|
||||
Reference in New Issue
Block a user