apiopenstudio/transport_google_cloud
Composer 安装命令:
composer require apiopenstudio/transport_google_cloud
包简介
Transport for ApiOpenStudio output to Google Cloud bucket.
关键字:
README 文档
README
Transport for ApiOpenStudio output to Google Cloud.
Adding to your project
Composer
$ composer require apiopenstudio/transport_google_cloud
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 a Google Cloud server:
output:
-
processor: json_remote
id: example JSON Remote output
filename: example.json
transport: ApiOpenStudio\Plugins\TransportGoogleCloud
parameters:
bucket: my_google_cloud_bucket
prefix: my_google_cloud_prefix (optional)
-
response
Note: the value for the transport is the full namespace path.
Parameters
Required
- key - AWS S3 key
- secret - AWS S3 secret
- bucket - AWS S3 bucket name
- version - latest|version
Optional
- region - AWS S3 bucket region
Further information
See FlySystem documentation and The League GitHub for more details.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-21