Description
The AWS S3 Upload Action Component is to upload content to amazon aws s3.
Component Properties
Name | Required | Description |
---|---|---|
Input | True | Upload a payload or a file. To set the value of cp.Input, use either "Payload" or "File". |
Filename | False | The input file name |
Bucket | True | Bucket name to upload to in AWS S3 |
ObjectKey | True | Object key in AWS S3 |
ACL | True | ACL permissions settings on AWS S3. To set the value in the cp.ACL, use one of the following: "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control". |
Storage Class | True | Storage type in AWS S3. When set by the value of cp.StorageClass, "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE" one of. |
Timeout | True | Specifying the transmission timeout time in ms |
AWS Session | False | AWS Session |
Access Key Id | True | Access key obtained from AWS |
Secret Access Key | True | Secret access key obtained from AWS |
Region | True | Specify the AWS region to use |
Use the base Base Property Profile property to read the values from the settings rather than specifying the details within the component.
More details on Access Control List (ACL) Permissions and Storage Class.