[fix] azure command options

This commit is contained in:
PauI Ostrovckij
2025-08-07 19:06:33 +03:00
parent 45b9a09b95
commit a290c179b2
2 changed files with 32 additions and 24 deletions

View File

@ -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