mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[feature] Allow custom s3 command options via "commandOptions"; Fix bug 75163
This commit is contained in:
11
.github/workflows/s3storageTests.yml
vendored
11
.github/workflows/s3storageTests.yml
vendored
@ -49,9 +49,18 @@ jobs:
|
||||
"name": "storage-s3",
|
||||
"region": "us-east-1",
|
||||
"endpoint": "http://localhost:9000",
|
||||
"bucketName": "cache",
|
||||
"storageFolderName": "files",
|
||||
"commandOptions": {
|
||||
"putObject": {
|
||||
"ServerSideEncryption": "AES256"
|
||||
},
|
||||
"copyObject": {
|
||||
"ServerSideEncryption": "AES256"
|
||||
}
|
||||
},
|
||||
"accessKeyId": "minioadmin",
|
||||
"secretAccessKey": "minioadmin",
|
||||
"bucket": "cache",
|
||||
"forcePathStyle": true
|
||||
},
|
||||
"persistentStorage": {
|
||||
|
||||
Reference in New Issue
Block a user