-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload From Url API is not implement yet? #2402
Comments
@trungmaihova Per this doc , it looks Besides that, is the parameter |
hi @blueww , The below is the log
Yes, I try to copy a file outside the Azure, Full log:
|
For Azurite debug log, please run Azurite with "-d c:\azuritedebug.log" (the log file path can change to other local file path). BTW, Azurite doesn't support copy/put blob from a source Uri outside of Azurite, so you can either:
|
It seems it doesn't work if the url is from Azurite but is a SAS URL.
Should I open a new issue or can we continue here as this ticket is not closed yet ? |
Feel free to open a new issue for this, as the original issue looks is for copy from outside of Azurite. And please share the full Azurite debug for the failed request. |
I believe that I have the same problem when testing S3Proxy with Azurite:
|
Which service(blob, file, queue, table) does this issue concern?
Blob
Which version of the Azurite was used?
latest
Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
DockerHub
What problem was encountered?
I use the blockBlobClient.uploadFromUrl(urlSource) but it throw exception "Current API is not implement"
So it mean the Azurite does not support this API, right?
The text was updated successfully, but these errors were encountered: