Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 637 Bytes

adapter_azure_blob_storage.md

File metadata and controls

20 lines (14 loc) · 637 Bytes

Use the Azure Blob Storage adapter

This adapter connects to the filesystem in the Azure Blob Storage.

oneup_flysystem:
    adapters:
        acme.flysystem_adapter:
            azureblob:
                client: 'azure_blob_storage_client' # Service ID of the MicrosoftAzure\Storage\Blob\BlobRestProxy
                container: 'container-name'
                prefix: 'optional/prefix'

For more details on the other parameters, take a look at the Flysystem documentation.

More to know