apiopenstudio/transport_azure_blob
Composer 安装命令:
composer require apiopenstudio/transport_azure_blob
包简介
Transport Azure Blob for ApiOpenStudio output.
README 文档
README
Transport for ApiOpenStudio output to an Azure Blob.
Adding to your project
Composer
$ composer require apiopenstudio/transport_azure_blob
Configuration
Add a remote output processor to your resource.
The output section example below will return the output in the response as well as upload the response to an Azure Blob:
output:
-
processor: json_remote
id: example JSON Remote output
filename: example.json
transport: ApiOpenStudio\Plugins\TransportAzureBlob
parameters:
dsn: my_dsn_string
container: my_container_name
prefix: prefix (optional)
-
response
Note: the value for the transport is the full namespace path.
Parameters
Required
- dsn - The Azure Blob DSN string
- container - The Azure Blob container name
Optional
- prefix - Optional prefix
Further information
See FlySystem documentation and The League GitHub for more details.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-21