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

Blob Tag Support #2401

Open youyinnn opened 4 months ago

youyinnn commented 4 months ago

Hello, I wonder about the priority of the blob tag support. This is really important.

youyinnn commented 4 months ago

The only indexing API from Azure blob java SDK is findByTags. If this is not supported, then it would be so hard to consider Azureit as the testing env.

EmmaZhu commented 4 months ago

Hi @youyinnn ,

The blob tag filter feature is under implementation.

Thanks Emma

black-snow commented 1 month ago

Has it been implemented in the last four years? ;)

It'd be very helpful if I could integration test my tags logic.