-
Notifications
You must be signed in to change notification settings - Fork 472
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
services/azfile: azfile doesn't work if root starts with /
#3647
Comments
I'd like to give it a try. |
Thanks! |
I found here that azure file storage does not have the 'root'.
Is it appropriate to remove the first |
We already performing this via calling |
Got it. I'll close the PR. Here are some observations may be useful: The error message is
But before or after the patch mentioned above, the request is actually the same. I think it more likely that the failure is caused by azure file storage REST APIs. |
Thanks to @CookiePieWw for the research! |
For example, if we set root to
/opendal/
, azfile will return error:We should make it work by normalize the root.
The text was updated successfully, but these errors were encountered: