Amazon S3: Create Bucket
Description
Amazon S3: Create Bucket plugin step creates a bucket on Amazon S3. Bucket names must be unique across all of Amazon S3, that is, among all their users. Within Amazon S3, only a single user owns each bucket. Ownership of the bucket is retained as long as the owner has an Amazon S3 account.
Reference
Configurations
Field Name | Description |
---|---|
Step Name | Specify a unique name for the step. |
CONNECTION tab: | Connection fields |
Region | Specify a region of the destination bucket or click the Get button to choose a region from the Region Explorer window. The field type is String. This field is mandatory. |
Button: Get | Click Get button to open the Region Explorer window populated with the list of Regions available on the Amazon S3 instance. Choose a Region. |
Access Key: | Access key to authenticate an Amazon S3 cloud instance. |
Accept Values from fields | Leave checkbox unchecked to accept Access Key value from a field in the previous steps of the stream using a drop down list. Else enable checkbox for Access Key field to appear as Text box. |
Access Key | Specify the Access Key to authenticate Amazon S3 cloud instance. If checkbox above is enabled Access Key field appears as Text box and accepts static values or variables. Else if checkbox above is disabled Access Key field appears as a drop down to select fields from previous steps. The field type is String. This field is mandatory. |
Secret Key: | Secret key to authenticate Amazon AWS cloud. |
Accept Values from fields | Leave checkbox unchecked to accept Secret Key value from a field in the previous steps of the stream using a drop down list. Else enable checkbox for Secret Key field to appear as Text box. |
Secret Key | Specify the Secret Key to authenticate Amazon S3 cloud instance. If checkbox above is enabled Secret Key field appears as Text box and accepts static values or variables. Else if checkbox above is disabled Secret Key field appears as a drop down to select fields from previous steps. The field type is String. This field is mandatory. |
Button: Test Connection | Click Test Connection button to verify whether the connection is available or not. Region, Access key and Secret Key are mandatory to authenticate Amazon S3 cloud instance. For the purpose of verification fields coming from previous steps are not allowed since field values can only be accessed when workflow is in running state. Static values and environment variables are allowed. |
INPUT tab: | Input fields |
Bucket Name | Specify the name of the S3 bucket to create. To conform with Amazon S3, bucket names must meet the following requirements: - Bucket names should not contain underscores. - Bucket names should have 3 to 63 characters. - Bucket names should not end with a dash. - Bucket names cannot contain adjacent periods. - Bucket names cannot contain dashes next to periods (e.g., “my-.bucket.com” and “my.-bucket” are invalid) - Bucket names cannot contain uppercase characters. Note: - Bucket names must be unique in the Amazon S3 instance across the users. An Amazon S3 bucket name is globally unique, and the namespace is shared by all AWS accounts. This means that after a bucket is created, the name of that bucket cannot be used by another AWS account in any AWS Region until the bucket is deleted. |
ADDITIONAL INPUT Tab: | Additional Input fields |
Object Lock | When enabled, the object will be prevented from being deleted or overwritten until the hold is explicitly removed. The objects can be stored using the write-once-read-many (WORM)model. Object Lock only works in versioned buckets; and enabling Object Lock automatically enables bucket versioning. The data type is String. Allowed values: Enable or Disable Default Value: Disable |