Download the PHP package apiopenstudio/transport_google_cloud without Composer
On this page you can find all versions of the php package apiopenstudio/transport_google_cloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apiopenstudio/transport_google_cloud
More information about apiopenstudio/transport_google_cloud
Files in apiopenstudio/transport_google_cloud
Download apiopenstudio/transport_google_cloud
More information about apiopenstudio/transport_google_cloud
Files in apiopenstudio/transport_google_cloud
Vendor apiopenstudio
Package transport_google_cloud
Short Description Transport for ApiOpenStudio output to Google Cloud bucket.
License MIT
Package transport_google_cloud
Short Description Transport for ApiOpenStudio output to Google Cloud bucket.
License MIT
Please rate this library. Is it a good library?
Informations about the package transport_google_cloud
Transport Google Cloud
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.
All versions of transport_google_cloud with dependencies
PHP Build Version
Package Version
Requires
league/flysystem-google-cloud-storage Version
^3.0
The package apiopenstudio/transport_google_cloud contains the following files
Loading the files please wait ....