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
Requires
- php: ^7.4||^8.0
- doctrine/annotations: ^1
- symfony/cache-contracts: ^1.1||^2.4||^3.0
- symfony/config: ^4.4||^5.0||^6.0
- symfony/console: ^4.4||^5.0||^6.0
- symfony/dependency-injection: ^4.4||^5.0||^6.0
- symfony/event-dispatcher: ^4.4||^5.0||^6.0
- symfony/http-client-contracts: ^1.1||^2.4||^3.0
- symfony/http-kernel: ^4.4||^5.0||^6.0
- symfony/polyfill-php80: ^1.22
- symfony/property-access: ^4.4||^5.0||^6.0
- symfony/psr-http-message-bridge: ^1.2||^2.0
- symfony/serializer: ^4.4||^5.0||^6.0
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