-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
posix: Evaluate UNC path support. #1620
Comments
This is a bug to track future support on this particular behavior - golang/go#10900 |
In future support this - https://github.com/golang/sys/windows |
See also golang/go#3358 |
We need to get to a point somewhere in future to support it and also possibly contribute upstream eventually. |
UNC path support needs to be added to golang core libraries to address this issue. For more information, see golang/go#3358 |
As per our discussion, we don't work with UNC path till there is a golang support. This issue can be closed. |
Removing this bug from standalone server release keeping this bug for future work. |
This allows us to now use 32K length names. Fixes minio#1620
This allows us to now use 32K length names. Fixes minio#1620
This allows us to now use 32K length names. Fixes minio#1620
This allows us to now use 32K length names. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
Took the liberty of fixing it, and it works - fixed by #1887 |
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
#1887 - 260 path limit on windows is fixed, now we have 32K path limit - unit tests have been updated as well. Please review the patch. |
Does os.Remove and similar functions support UNC path argument? |
Yes they all do. |
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes minio#1620
This allows us to now use 32K paths names on windows. Fixes #1620
https://blog.klauspost.com/long-windows-paths-unc-paths-in-go/
If it is any consolation, dot net users have the same issue - https://github.com/dotnet/corefx/issues/645
The text was updated successfully, but these errors were encountered: