Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.8k stars 320 forks source link

[Task] [Blob Tag] Phase I - Implement BlobTag on API: GetBlob, GetBlobProperties, PUTBlob, ListBlob, PutBlockList, CopyBlob #1872

Open blueww opened 1 year ago

blueww commented 1 year ago

Return Blob tag in: GetBlob, GetBlobProperties, ListBlob (when related query parameter is specified) Set Blob Tag in: PUTBlob, PutBlockList, CopyBlob

blueww commented 1 year ago

The code is PR : https://github.com/Azure/Azurite/pull/1912