Add API to support overriding protocol_config
in WrappedFileSystemFlavour
#291
Labels
enhancement 🚀
New feature or request
protocol_config
in WrappedFileSystemFlavour
#291
I know that
WrappedFileSystemFlavour
is an internal and experimental class but I am in a situation where I need to override theprotocol_config
in this class to support my customUPath
which mimicks the behavior ofS3Path
. Here is a minimal example to reproduce this where I want to create aUPath
calledfoo
test.py
throws the following error
The same works if I override
protocol_config
in the following manner before initializing theUPath
What's the best approach here to get this working without having the override
protocol_config
of an internal class?The text was updated successfully, but these errors were encountered: