UploadFile

Estimated reading: 2 minutes 1011 views

This activity is used to upload a file into a bucket available in Amazon S3.

Properties

INPUT

BucketName:* Specify the name of the bucket into which the file has to be uploaded.

FilePath:* Specify the path of the file which has to be uploaded into the bucket.

KeyName:* Specify any key name for the file that is uploaded.

ReplaceFile:*Specify true if the file has to replace an existing file and false if it need not be replaced.

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”. By default, it is set to “False.”
True: Continues the workflow to the next step.
False: Stops the workflow and throws an error.

Version: It specifies the version of the Amazon S3 feature in use.

OUTPUT

Output: Declare a variable here to see the result in an output box. This is not a mandatory field. However, to confirm if the file has been uploaded, a variable must be created here, to view 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

UploadFile

Or copy link

CONTENTS