Open zzhxiaofeng opened 3 years ago
@zzhxiaofeng Thanks for raising the issue! We will evaluate it.
We welcome contribution to Azurite. It would be great if you could contribute the the fix of this issue.
azsdk-azurite
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: The error returned in azurite is inconsistent with the one in azure cloud when use blob service SAS to create container In azure, the error is shown as following: In azurite, the error is shown as following:
To Reproduce The demo code is shown as following:
Error Track: The process code for use blob service SAS to create container in Azurite is shown as following: https://github.com/Azure/Azurite/blob/master/src/blob/authentication/BlobSASAuthenticator.ts#L304
Expected Behavior The error returned in Azurite is consistent with the one in Azure when use blob service SAS to create container.
@jongio for notification.