This repository was archived by the owner on Oct 6, 2020. It is now read-only.
This repository was archived by the owner on Oct 6, 2020. It is now read-only.
Complete Azure storage REST API #73
Open
Description
This will be done after #61:
- Put block blob from URL (new since 2018-03-28). See https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-from-url.
- Undelete blob
- Get blob properties
- Set blob properties
- Get blob metadata
- Set blob metadata
- Snapshot blob
- Copy blob
- Copy blob from URL
- Abort blob
- Set blob tier
- Undelete blob
- Get page ranges
- Incremental copy blob (page blob)
- Append block (append blob)