Download the PHP package apiopenstudio/transport_s3 without Composer
On this page you can find all versions of the php package apiopenstudio/transport_s3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apiopenstudio/transport_s3
More information about apiopenstudio/transport_s3
Files in apiopenstudio/transport_s3
Download apiopenstudio/transport_s3
More information about apiopenstudio/transport_s3
Files in apiopenstudio/transport_s3
Vendor apiopenstudio
Package transport_s3
Short Description Transport S3 for ApiOpenStudio output.
License MIT
Package transport_s3
Short Description Transport S3 for ApiOpenStudio output.
License MIT
Please rate this library. Is it a good library?
Informations about the package transport_s3
Transport S3
Transport for ApiOpenStudio output to an AWS S3 bucket
Adding to your project
Composer
$ composer require apiopenstudio/transport_s3
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 S3 bucket:
output:
-
processor: xml_remote
id: example XML Remote output
filename: example.xml
transport: ApiOpenStudio\Plugins\TransportS3
parameters:
key: my_aws_s3_bucket_key
secret: my_aws_s3_bucket_secret
bucket: my_bucket_name
version: version
region: my_bucket_region (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_s3 with dependencies
PHP Build Version
Package Version
Requires
league/flysystem-aws-s3-v3 Version
^3.0
The package apiopenstudio/transport_s3 contains the following files
Loading the files please wait ....