🌟Add an option to not delete files from S3 storage (#321)

This commit is contained in:
Anton Shepilov
2024-01-14 02:40:02 +03:00
committed by GitHub
parent 70c033aabe
commit 873ef8c08c
5 changed files with 65 additions and 5 deletions
@@ -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": {
+2 -1
View File
@@ -121,7 +121,8 @@
"port": 9000,
"useSSL": false,
"accessKey": "ABCD",
"secretKey": "x1yz"
"secretKey": "x1yz",
"disableRemove": false
},
"local": {
"path": "/tdrive"