Open zzhxiaofeng opened 3 years ago
@zzhxiaofeng
Thanks for raising this issue! We will look at it.
Azurite welcome contribution. It would be great if you can raise a PR to fix it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Error Description: In Azure, property
accessTierChangeTime
is null when upload blob on block blob. But in Azurite, propertyaccessTierChangeTime
has a value in this case.To Reproduce: Please run the demo code as following:
Error Track: https://github.com/Azure/Azurite/blob/master/src/blob/handlers/BlockBlobHandler.ts#L119 In Azurite, the value of property
accessTierChangeTime
is set when upload blob on block blob.Expected Behavior: In Azurite, property
accessTierChangeTime
is null when upload blob on block blob.@jongio for notification.