Y
Hacker News
new
|
ask
|
show
|
jobs
by
maglite77
572 days ago
Noting that Azure Blob storage supports e-tag / optimistic controls as well (via If-Match conditions)[1], how does this differ? Or is it the same feature?
[1]:
https://learn.microsoft.com/en-us/azure/storage/blobs/concur...
1 comments
simonw
572 days ago
It's the same feature. Google Cloud Storage has it too:
https://cloud.google.com/storage/docs/request-preconditions#...
link