pbergman/azure-file-bundle

There is no license information available for the latest version (1.0.8) of this package.

symfony bundle for azure file integrations to easy access files on azure environment

1.0.8 2024-03-01 09:26 UTC

This package is auto-updated.

Last update: 2024-08-30 10:32:49 UTC


README

A simple lightweight implementation for the Azure File REST Api which can be used for direct accessing files over the api instead of mounting the filesystem.

At the moment this bundle only support list, get and meta operations and will be updated on need.

Config

The bundle config is separate in 2 parts, shares which will hold account credentials and directories will have the references to credentials and directory.

activin_azure_file:
  shares:
    share_id:
      account:  <ACCOUNT_NAME>
      key:      <ACCOUNT_KEY>
  directories:
    images:
      path:  /data/
      share: share_id