Skip to content

Commit 8014f21

Browse files
committed
Make HTTPOpener support https
1 parent 1efaf2b commit 8014f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/opener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def get_fs(cls, registry, fs_name, fs_name_params, fs_path, writeable, create_di
655655
return fs, ''
656656

657657
class HTTPOpener(Opener):
658-
names = ['http']
658+
names = ['http', 'https']
659659
desc = """HTTP file opener. HTTP only supports reading files, and not much else.
660660
661661
example:

0 commit comments

Comments
 (0)