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
GSP-90 requires a quote for values that contains : or &. Is fs://"C:\\folder\to\file.txt" works correctly?
Xuanwo
changed the title
Handle the drive letter in connection string for Windows
services/fs: Handle the drive letter in connection string for Windows
Oct 22, 2021
Xuanwo
transferred this issue from beyondstorage/go-service-fs
Oct 22, 2021
For now, we use
:
as the separator for the connection string.But in Windows os, the path is usually like:
C:\\folder\to\file.txt
, which cannot be parsed as expected for now.Moreover, we should specify the format of Windows-fs-like connection string.
ref: https://github.com/beyondstorage/go-storage/blob/master/services/new.go#L157
The text was updated successfully, but these errors were encountered: