mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[fix] azure command options
This commit is contained in:
13
.github/workflows/azureStorageTests.yml
vendored
13
.github/workflows/azureStorageTests.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- 'tests/integration/withServerInstance/storage.tests.js'
|
||||
- 'Common/sources/storage/**'
|
||||
- 'DocService/sources/routes/static.js'
|
||||
- '.github/workflows/azureStorageTests.yml'
|
||||
|
||||
jobs:
|
||||
azure-storage-tests:
|
||||
@ -62,6 +63,18 @@ jobs:
|
||||
},
|
||||
"persistentStorage": {
|
||||
"storageFolderName": "files/persistent"
|
||||
},
|
||||
"commandOptions": {
|
||||
"az": {
|
||||
"uploadData": {},
|
||||
"uploadStream": {},
|
||||
"download": {},
|
||||
"syncCopyFromURL": {},
|
||||
"listBlobsFlat": {
|
||||
"maxPageSize": 1000
|
||||
},
|
||||
"deleteBlob": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user