Skip to content

Commit 65764dd

Browse files
committed
Add other known implementations under the fsspec Github namespace
1 parent 176efbe commit 65764dd

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

docs/source/api.rst

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -209,40 +209,46 @@ Built-in Implementations
209209
Other Known Implementations
210210
---------------------------
211211

212-
- `abfs`_ for Azure Blob service
213-
- `adl`_ for Azure DataLake storage
212+
- `abfs`_ for Azure Blob service, with protocol "abfs://"
213+
- `adl`_ for Azure DataLake storage, with protocol "adl://"
214214
- `alluxiofs`_ to access fsspec implemented filesystem with Alluxio distributed cache
215-
- `boxfs`_ for access to Box file storage
216-
- `dropbox`_ for access to dropbox shares
215+
- `boxfs`_ for access to Box file storage, with protocol "box://"
216+
- `dropbox`_ for access to dropbox shares, with protocol "dropbox://"
217217
- `dvc`_ to access DVC/Git repository as a filesystem
218-
- `gcsfs`_ for Google Cloud Storage
218+
- `gcsfs`_ for Google Cloud Storage, with protocol "gcs://"
219219
- `gdrive`_ to access Google Drive and shares (experimental)
220220
- `huggingface_hub`_ to access the Hugging Face Hub filesystem, with protocol "hf://"
221-
- `lakefs`_ for lakeFS data lakes
222-
- `ocifs`_ for access to Oracle Cloud Object Storage
221+
- `ipfsspec`_ for the InterPlanetary File System (IPFS), with protocol "ipfs://"
222+
- `lakefs`_ for lakeFS data lakes, with protocol "lakefs://"
223+
- `ocifs`_ for access to Oracle Cloud Object Storage, with protocol "oci://"
223224
- `ocilake`_ for OCI Data Lake storage
224225
- `ossfs`_ for Alibaba Cloud (Aliyun) Object Storage System (OSS)
225226
- `p9fs`_ for 9P (Plan 9 Filesystem Protocol) servers
226-
- `s3fs`_ for Amazon S3 and other compatible stores
227+
- `s3fs`_ for Amazon S3 and other compatible stores, with protocol "s3://"
228+
- `sshfs`_ for access to SSH servers, with protocol "ssh://" or "sftp://"
229+
- `swiftspec`_ for OpenStack SWIFT, with protocol "swift://"
227230
- `wandbfs`_ to access Wandb run data (experimental)
228-
- `webdav4`_ for WebDAV
231+
- `webdav4`_ for WebDAV, with protocol "webdav://" or "dav://"
229232
- `xrootd`_ for xrootd, with protocol "root://"
230233

231234
.. _abfs: https://github.com/dask/adlfs
232235
.. _adl: https://github.com/dask/adlfs
233236
.. _alluxiofs: https://github.com/fsspec/alluxiofs
234237
.. _boxfs: https://github.com/IBM/boxfs
235-
.. _dropbox: https://github.com/MarineChap/intake_dropbox
238+
.. _dropbox: https://github.com/fsspec/dropboxdrivefs
236239
.. _dvc: https://github.com/iterative/dvc
237240
.. _gcsfs: https://gcsfs.readthedocs.io/en/latest/
238241
.. _gdrive: https://github.com/fsspec/gdrivefs
239242
.. _huggingface_hub: https://huggingface.co/docs/huggingface_hub/main/en/guides/hf_file_system
243+
.. _ipfsspec: https://github.com/fsspec/ipfsspec
240244
.. _lakefs: https://github.com/appliedAI-Initiative/lakefs-spec
241-
.. _ocifs: https://pypi.org/project/ocifs
245+
.. _ocifs: https://ocifs.readthedocs.io/en/latest/
242246
.. _ocilake: https://github.com/oracle/ocifs
243247
.. _ossfs: https://github.com/fsspec/ossfs
244248
.. _p9fs: https://github.com/pbchekin/p9fs-py
245249
.. _s3fs: https://s3fs.readthedocs.io/en/latest/
250+
.. _sshfs: https://github.com/fsspec/sshfs
251+
.. _swiftspec: https://github.com/fsspec/swiftspec
246252
.. _wandbfs: https://github.com/jkulhanek/wandbfs
247253
.. _webdav4: https://github.com/skshetry/webdav4
248254
.. _xrootd: https://github.com/CoffeaTeam/fsspec-xrootd

0 commit comments

Comments
 (0)