zboxfs / zbox

Zero-details, privacy-focused in-app file system.
https://zbox.io/fs/
Apache License 2.0
1.53k stars 74 forks source link

Empty location part in URI string should be treated as invalid #49

Closed burmecia closed 4 years ago

burmecia commented 4 years ago

The URI string is used to identify storage type and storage location. If its location part is empty, the URI should be treated as invalid. For example, mem://foo is valid, but mem:// should not.