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

@@ -17,5 +17,5 @@ mod grpc;
#[macro_use]
mod http;
grpc_tests!(File, S3, S3WithCache, Oss);
http_tests!(File, S3, S3WithCache, Oss);
grpc_tests!(File, S3, S3WithCache, Oss, Azblob);
http_tests!(File, S3, S3WithCache, Oss, Azblob);