flysystem-azure-blob-storage
flysystem-azure-blob-storage copied to clipboard
Change properties from private to protected to allow easy extensions.
trafficstars
Currently with these properties being private extending the adapter is basically a full copy/paste.
Changing these properties to protected doesn't change the public API but does allow us to use the client to add/overwrite existing methods.