feat: support azblob storage. (#1659)

* feat:support azblob storage.

* test:add some tests.

* refactor:use if-let.
This commit is contained in:
Zou Wei
2023-05-30 19:59:38 +08:00
committed by GitHub
parent c5f6d7c99a
commit ae81c7329d
9 changed files with 175 additions and 7 deletions

View File

@@ -9,3 +9,9 @@ GT_OSS_BUCKET=OSS bucket
GT_OSS_ACCESS_KEY_ID=OSS access key id
GT_OSS_ACCESS_KEY=OSS access key
GT_OSS_ENDPOINT=OSS endpoint
# Settings for azblob test
GT_AZBLOB_CONTAINER=AZBLOB container
GT_AZBLOB_ACCOUNT_NAME=AZBLOB account name
GT_AZBLOB_ACCOUNT_KEY=AZBLOB account key
GT_AZBLOB_ENDPOINT=AZBLOB endpoint