Skip to content

driverOptions is actually passed to the Azure driver as the prefix #3

@judgej

Description

@judgej

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 workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions