Skip to content

Commit 635fa20

Browse files
authored
fix: add support for 'abfss' protocol in WrappedFileSystemFlavour (#311)
1 parent 1a32d12 commit 635fa20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upath/_flavour.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class WrappedFileSystemFlavour: # (pathlib_abc.FlavourBase)
116116
"az",
117117
"adl",
118118
"abfs",
119+
"abfss",
119120
"webdav+http",
120121
"webdav+https",
121122
},

0 commit comments

Comments
 (0)