You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which service(blob, file, queue, table) does this issue concern?
Azure Blob
Which version of the Azurite was used?
3.21.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
npm
What's the Node.js version?
14.18.1
What problem was encountered?
Azurite does not enforce URL validation for Upload Blob from URL (Python SDK), unlike the cloud which responds with Could not verify copy source. Anything passed to the source URL works on Azurite.
Azurite creates a blob even if the URL is of a non-existing blob unlike the cloud which responds with The specified blob does not exist.
In both cases, a blob is successfully created on Azurite.
Upload from URL is not supported by Azurite yet. I can get the "not implemented" error with the latest Azurite (3.29.0). Would you have a try with the latest one?
Which service(blob, file, queue, table) does this issue concern?
Azure Blob
Which version of the Azurite was used?
3.21.0
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
npm
What's the Node.js version?
14.18.1
What problem was encountered?
Could not verify copy source
. Anything passed to the source URL works on Azurite.The specified blob does not exist
.In both cases, a blob is successfully created on Azurite.
Steps to reproduce the issue?
Logs to reproduce scenario 1: debug.log
The text was updated successfully, but these errors were encountered: