Skip to content

Commit cbd73b0

Browse files
authored
Register tosfs to registry (#1739)
1 parent 7de985a commit cbd73b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fsspec/registry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ def register_implementation(name, cls, clobber=False, errtxt=None):
202202
"err": 'SFTPFileSystem requires "paramiko" to be installed',
203203
},
204204
"tar": {"class": "fsspec.implementations.tar.TarFileSystem"},
205+
"tosfs": {
206+
"class": "tosfs.TosFileSystem",
207+
"err": "Install tosfs to access ByteDance volcano engine Tinder Object Storage",
208+
},
205209
"wandb": {"class": "wandbfs.WandbFS", "err": "Install wandbfs to access wandb"},
206210
"webdav": {
207211
"class": "webdav4.fsspec.WebdavFileSystem",

0 commit comments

Comments
 (0)