Revision 4ae8bdc4f737daa028744d5eb04f949ec18e108f authored by suzu on 21 March 2023, 10:25:06 UTC, committed by GitHub on 21 March 2023, 10:25:06 UTC
This is a change to support Connection String authentication for Azure
Blob Storage. For example, Connection String Authentication allows for
Azure Blob Storage running on the IoT Edge of an edge device.

### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->

I tested it by actually running it as shown in the next image, I could
not find where the E2E test for cloudstorage was done.
<img width="1001" alt="cvat_blob_connection_string"
src="https://user-images.githubusercontent.com/10334593/169458508-cfa4030a-578f-4aad-bfd9-fa01c9ca8230.png">
1 parent d7e7180
History
File Mode Size
dist
src
.dockerignore -rw-r--r-- 14 bytes
.env -rw-r--r-- 81 bytes
.eslintignore -rw-r--r-- 18 bytes
.eslintrc.js -rw-r--r-- 1.0 KB
README.md -rw-r--r-- 1.1 KB
index.d.ts -rw-r--r-- 224 bytes
package.json -rw-r--r-- 2.0 KB
react_nginx.conf -rw-r--r-- 441 bytes
tsconfig.json -rw-r--r-- 545 bytes
webpack.config.js -rw-r--r-- 6.9 KB

README.md

back to top