Document Server version: ONLYOFFICE Community Server
Type of installation of the Document Server (docker, deb/rpm, exe) : AMI ONLYOFFICE Docs 7.0.0- Ubuntu 20.04
After editing we are updating docs in our own s3 account.
so we need clean the files from document server
default.json
"storage": {
"name": "storage-fs",
"fs": {
"folderPath": "",
"urlExpires": 900,
"secretString": "verysecretstring"
},
"region": "",
"endpoint": "http://localhost/s3",
"bucketName": "cache",
"storageFolderName": "files",
"urlExpires": 604800,
"accessKeyId": "AKID",
"secretAccessKey": "SECRET",
"sslEnabled": false,
"s3ForcePathStyle": true,
"externalHost": ""
},