any plans to support versions
Opened this issue · 3 comments
Blob Versioning is in preview. Any plans to support this?
Can you draft an Email stating the usage scenario on this feature to kat@microsoft.com so that we can properly evaluate its priority? Thanks!
I have emailed kat@microsoft.com the feature request.
I have done a little experimenting with edge Rails & this library. Obviously Blob Versioning is in beta, but it does not appear to be working as described.
I do not receive a x-ms-version-id
header, but x-ms-version
. And its always appears to have the same value: "2018-11-09". The version ids on azure have nano second precision.
ah the x-ms-version
might be the API version being used…
yes, setting Azure::Storage::Blob::Default::STG_VERSION = "2019-10-10"
appears to include x-ms-version-id
header.