Skip to content

Commit 68df7bd

Browse files
committed
Merge pull request #202 from msabramo/make_HTTPOpener_support_https
Make HTTPOpener support https
2 parents 1b4450e + 8014f21 commit 68df7bd

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
@@ -660,7 +660,7 @@ def get_fs(cls, registry, fs_name, fs_name_params, fs_path, writeable, create_di
660660
return fs, ''
661661

662662
class HTTPOpener(Opener):
663-
names = ['http']
663+
names = ['http', 'https']
664664
desc = """HTTP file opener. HTTP only supports reading files, and not much else.
665665
666666
example:

0 commit comments

Comments
 (0)