chitralverma commented on issue #7904:
URL: https://github.com/apache/opendal/issues/7904#issuecomment-4954557798

   > I like this idea! Will multiple schemes match a service? In other words, 
is mapping a good idea compared to a list?
   
   Yes, multiple schemes match one service. See real output (py bindings) below
   
   ```bash
   >>> import opendal
   >>> opendal.Operator("asd",)
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
   opendal.exceptions.Unsupported: Unsupported (permanent) at  => scheme is not 
registered
   
   Context:
      scheme: asd
      available: azblob, azdls, cos, cosn, file, fs, gcs, ghac, http, https, 
ipmfs, memory, obs, oss, s3, webdav, webhdfs
   ```


-- 
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]

Reply via email to