[feature] Allow custom s3 command options via "commandOptions"; Fix bug 75163

This commit is contained in:
Sergey Konovalov
2025-07-23 18:08:17 +03:00
parent 3b163f6960
commit dbb33237c6
4 changed files with 60 additions and 2 deletions

View File

@ -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": {