Skip to content

Commit c74e631

Browse files
committed
fix: wrong scheme via replacing tosfs to tos
1 parent b3b6462 commit c74e631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def register_implementation(name, cls, clobber=False, errtxt=None):
213213
"err": 'SFTPFileSystem requires "paramiko" to be installed',
214214
},
215215
"tar": {"class": "fsspec.implementations.tar.TarFileSystem"},
216-
"tosfs": {
216+
"tos": {
217217
"class": "tosfs.TosFileSystem",
218218
"err": "Install tosfs to access ByteDance volcano engine Tinder Object Storage",
219219
},

0 commit comments

Comments
 (0)