From 635fa20da08e0870247a5b09609b875558743ed0 Mon Sep 17 00:00:00 2001 From: jslorrma <47713663+jslorrma@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:27:03 +0100 Subject: [PATCH] fix: add support for 'abfss' protocol in WrappedFileSystemFlavour (#311) --- upath/_flavour.py | 1 + 1 file changed, 1 insertion(+) diff --git a/upath/_flavour.py b/upath/_flavour.py index 367038b5..944ba809 100644 --- a/upath/_flavour.py +++ b/upath/_flavour.py @@ -116,6 +116,7 @@ class WrappedFileSystemFlavour: # (pathlib_abc.FlavourBase) "az", "adl", "abfs", + "abfss", "webdav+http", "webdav+https", },