flysystem-azure-blob-storage icon indicating copy to clipboard operation
flysystem-azure-blob-storage copied to clipboard

Change properties from private to protected to allow easy extensions.

Open hailwood opened this issue 6 years ago • 0 comments
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.

hailwood avatar Aug 20 '19 01:08 hailwood