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

Support setting AccessTier to cold #1914

Open macchmie3 opened 1 year ago

macchmie3 commented 1 year ago

Which service(blob, file, queue, table) does this issue concern?

blob

Which version of the Azurite was used?

3.22

Hi, with Azurite I am able to set blob access tier to hot or archived, but not cold. Microsoft Azure Storage Explorer allows me to set Cold tier on my local database that I use with Azurite. Is support for Cold tier planned for any of the future releases?

macchmie3 commented 1 year ago

I missread Cool tier as Cold tier, my mistake, seems like Cold tier is something experimental :D

SeanFeldman commented 1 year ago

@blueww could you please re-open this issue?

While the Cold tier is in public preview, it would be good to have an open tracking issue that would be used as a reference when the access tier goes GA. Thank you.

SeanFeldman commented 1 year ago

Thank you so much for re-opening the issue.

With Storage Blobs cold tier going GA a few days ago, looks like this issue is unblocked, right, @blueww?

blueww commented 1 year ago

Raised a PR to add Cold tier support: https://github.com/Azure/Azurite/pull/2112

SeanFeldman commented 1 year ago

What's the milestone/release this is scheduled for, @blueww?

blueww commented 1 year ago

@SeanFeldman The PR is merged, and should be in Azurite release in 1-2 months.

You can also run Azurite from latest code with steps in : https://github.com/Azure/Azurite#github Feel free to let us know if you see any issue in current cold tier implementation in Azurite.