Create Bucket
Create a new AWS S3 bucket.
Options
Field | Definition | Type | Required |
---|---|---|---|
Region | Region for your AWS S3 bucket. Choose a region for your AAWS S3 bucket. | Dropdown | TRUE |
Canned ACL |
Canned Access Control List (ACL) to apply to the object.
If
If None is not selected from the dropdown, input fields are not generated and the selected canned ACL is applied to the uploaded object. |
Dropdown | TRUE |
Input
Field | Definition | Type | Required |
---|---|---|---|
Bucket | Name of the bucket to create. | String | TRUE |
Bucket Object Lock Enabled | If Yes, specifies that you want AWS S3 Object Lock to be enabled for the new bucket; otherwise, False. | Boolean | FALSE |
Object Ownership |
Ownership permission of the object. Possible values are:
|
Dropdown | FALSE |
Grant Full Control |
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
You specify each grantee as a type=value pair, where the type is one of the following:
For example, ID=11112222333 |
List of Strings | FALSE |
Grant Read |
Allows grantee to list the objects in the bucket.
You specify each grantee as a type=value pair, where the type is one of the following:
For example, ID=11112222333 |
List of Strings | FALSE |
Grant Read ACP |
Allows grantee to read the bucket ACL.
You specify each grantee as a type=value pair, where the type is one of the following:
For example, ID=11112222333 |
List of Strings | FALSE |
Grant Write |
Allows grantee to create new objects in the bucket.
You specify each grantee as a type=value pair, where the type is one of the following:
For example, ID=11112222333 |
List of Strings | FALSE |
Grant Write ACP |
Allows grantee to write the ACL for the applicable bucket.
You specify each grantee as a type=value pair, where the type is one of the following:
For example, ID=11112222333 |
List of Strings | FALSE |
Output
Field | Definition | Type |
---|---|---|
Response | ||
Status Code | Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP status codes. |
Number |