pbergman/azure-file-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require pbergman/azure-file-bundle
包简介
symfony bundle for azure file integrations to easy access files on azure environment
README 文档
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
统计信息
- 总下载量: 317
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-09-13