Skip to content

Commit

Permalink
Register tosfs to registry (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Oct 28, 2024
1 parent 7de985a commit cbd73b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fsspec/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ def register_implementation(name, cls, clobber=False, errtxt=None):
"err": 'SFTPFileSystem requires "paramiko" to be installed',
},
"tar": {"class": "fsspec.implementations.tar.TarFileSystem"},
"tosfs": {
"class": "tosfs.TosFileSystem",
"err": "Install tosfs to access ByteDance volcano engine Tinder Object Storage",
},
"wandb": {"class": "wandbfs.WandbFS", "err": "Install wandbfs to access wandb"},
"webdav": {
"class": "webdav4.fsspec.WebdavFileSystem",
Expand Down

0 comments on commit cbd73b0

Please sign in to comment.