Azure Filesystem Driver
This plugin adds a Filesystem driver for Azure Blob Storage.
It adds a custom Service Provider for Azure and adds the
thixpin/azure-blob-storage composer package.
Using the Azure driver
Simply add another disk in filesystems.php.
You will need your Azure Blob account name, API key and container name.
'disks' => [
'azure' => [
'driver' => 'azure',
'account' => 'my-azure-account',
'key' => 'my-api-key',
'container' => 'my-container-name'
'blob_service_url' => 'my-blob-service-url',
]
]
You can create as many disks as you want.
This is the flock from
://github.com/pvaass/octobercms-azurefiledriver
Using the Azure driver
Simply add another disk in filesystems.php.
You will need your Azure Blob account name, API key and container name.
'disks' => [
'azure' => [
'driver' => 'azure',
'account' => 'my-azure-account',
'key' => 'my-api-key',
'container' => 'my-container-name'
'blob_service_url' => 'my-blob-service-url',
]
]
You can create as many disks as you want.
-
This plugin has not been reviewed yet.
-
| 2.0.0 |
Change Adaptor for getURL function May 21, 2021 |
|---|---|
| 1.0.1 |
Adds Azure filestorage May 21, 2021 |