aai-institute / lakefs-spec

An fsspec implementation for the lakeFS project
http://lakefs-spec.org/
Apache License 2.0
39 stars 4 forks source link

Consider handling of rpaths with URI scheme included #159

Closed AdrianoKF closed 10 months ago

AdrianoKF commented 10 months ago
          s3fs for one parses the bucket and resource names after stripping the protocol, so maybe calling `_strip_protocol` in the `parse` routine is the way to go here.

_Originally posted by @nicholasjng in https://github.com/aai-institute/lakefs-spec/pull/156#discussion_r1402028709_