-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Some parameter misalignment here, and I've only just noticed because I am setting a root directory for a file share for the first time.
So what works now in config:
'driverOptions' => 'root-directory',
What should be implemented:
'root' => 'root-directory',
The driverOptions
were supposed to be passed directly to the Azure driver. Looking at how that works, I think the driverOptions
can probably be merged into the main config array used to instantiate the AzureFileAdapter
.
To help prevent breakage, if driverOptions
is set to a non-empty string, I will use that in place of root
. If root
is set, since that is new, that will take precedence.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request