Skip to content

Commit e54ae8a

Browse files
committed
fsspec.implementations.http: add protocol tuple to http filesystem
1 parent b056eeb commit e54ae8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsspec/implementations/http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class HTTPFileSystem(AsyncFileSystem):
4343
HTML href tags will be used.
4444
"""
4545

46+
protocol = ("http", "https")
4647
sep = "/"
4748

4849
def __init__(

0 commit comments

Comments
 (0)