-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(services/azblob): support multi write for azblob (#4181)
* save work * save work * finish framework * add some comments * minor * minor * remove redudant clone * add base64 encode * minor fix * put blocklist part should contain block_id * minor fix * fix base64 encode * should do url encode after base64 encode * use latest when complete put block list * enhance ut * put block list use put not post * add content length * empty commit for retry * resolve some comments * come bacl, to_string for block_id * fmt * resolve comments * remove .simple() to see whether CI can pass * do not percent_encode_path in xml body * use BASE64_STANDARD
- Loading branch information
Showing
3 changed files
with
235 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters