GitHub user Xuanwo edited a comment on the discussion: [Feature Request] Support creating operator from resource URI
Forwared from https://github.com/apache/incubator-opendal/discussions/1905#discussioncomment-5577834 > I was wondering if there is a direct way to create an operator by simply > providing a URL and backend service-specific options. > > This idea is also implemented by, > > PyArrow FileSystem API > [fs.FileSystem.from_uri(uri)](https://arrow.apache.org/docs/python/generated/pyarrow.fs.FileSystem.html#pyarrow.fs.FileSystem.from_uri) > Hadoop FileSystem API [org.apache.hadoop.fs.FileSystem.get(uri, > conf)](https://hadoop.apache.org/docs/r3.0.0/api/org/apache/hadoop/fs/FileSystem.html#get-java.net.URI-org.apache.hadoop.conf.Configuration-) > Fsspec [fsspec.filesystem(protocol, > **storage_options)](https://filesystem-spec.readthedocs.io/en/latest/api.html#fsspec.filesystem) > > I have created the following on object_store side with more details. https://github.com/apache/arrow-rs/issues/4047 GitHub link: https://github.com/apache/incubator-opendal/discussions/1494#discussioncomment-5577849 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
