clbarnes opened a new issue, #7066: URL: https://github.com/apache/opendal/issues/7066
### Feature Description As raised in https://github.com/apache/opendal/discussions/7032 The recently-added URI feature uses openDAL's existing idea of a scheme, which in most cases matches the commonly-used and/or obvious schemes for different services (`s3` etc.). One exception is the filesystem service, which uses the scheme `fs`, where file system URIs use the scheme `file`. For people using the URI entry point, this would be the more obvious scheme to respond to. To maintain backwards compatibility, both could be accepted. ### Problem and Solution It is currently confusing that, when trying to create a filesystem store from a URI, you cannot use the accepted `file:` scheme. ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [x] Yes, I am willing to contribute to the development of this feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
