I'm looking to gauge whether adding a utility function would be a useful or welcome addition to this library. In order to use cloudstorage in some of our projects we've added a helper function to parse s3 and wasb urls, for example, into container, path for use in bits of code like:
I'm looking to gauge whether adding a utility function would be a useful or welcome addition to this library. In order to use
cloudstorage
in some of our projects we've added a helper function to parses3
andwasb
urls, for example, intocontainer
,path
for use in bits of code like:If there's any interest, I'd be happy to help with implementing and expanding a helper function like below:
Thoughts?