CreateBucket

Estimated reading: 2 minutes 1002 views

This activity is used to create a bucket in Amazon S3. Every object that we store in Amazon S3 must be stored in a bucket for which we need to create one.

Properties

INPUT

BucketName:*  Enter a name for the bucket to be created within double quotes.

MISC

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”.
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.

Version: t specifies the version of amazonS3 automation feature in use.

OUTPUT

Output: Declare a variable here to view the result in the output box. This is not a mandatory field. However, to confirm if the bucket has been created, a variable must be declared here to see the result in an output box.

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”

True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Represents mandatory fields to execute the workflow.

Share this Doc

CreateBucket

Or copy link

CONTENTS