The
Amazon S3 Update activity updates ACL and tagging properties of Amazon S3 objects and versioning, ACL, policy, website, and CORS properties of Amazon S3 buckets.
Configuration
The
Configuration tab has the following fields:
| Field
|
Type
|
Required
|
Default Value
|
Description
|
| AWS Connection Name
|
Connector
|
Yes
|
None
|
AWS credentials to create the session and perform various operations.
|
| Service Name
|
Drop-down
|
Yes
|
None
|
You can choose from the following options provided:
- Object - Updates properties of objects.
-
Bucket - Updates properties of buckets.
|
| Update Type
|
Drop-down
|
Yes
|
None
|
Type of property that needs to be updated.
You can choose one of the following options when the service name is
Object:
- ACL - Add access control list rule for an object.
- Tagging - Add tagging information for an object.
You can choose one of the following options when the service name is
Bucket:
- Versioning - Set versioning status for a bucket.
- ACL - Add Access Control List rule for a bucket.
- Policy - Set policy for a bucket.
- Website - Set website configuration for a bucket.
- CORS - Set CORS for a bucket.
|
Input
The input element displays the input schema of the activity as a tree structure. The input values vary depending on the action selected on the
Configuration tab. All the elements marked with a red asterisk are required fields.
Output
The
Output tab displays the output schema of the activity as a tree structure. The output is read-only. The information in the schema varies based on the fields selected on the
Configuration tab. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.
The output tab consists of two elements:
- Output element: Displays the output schema of the activity as a tree structure.
- Error element: The error element has two parts:
- Code: It is a string that uniquely identifies an error condition.
- Message: It contains a generic description of the error condition.
Copyright © Cloud Software Group, Inc. All rights reserved.