S3CreateBucket

Description

This activity creates a bucket in the AWS S3 storage service.


AWS Credentials

AccessKey InArgument<String> REQUIRED

The access key for Amazon AWS authentication.

SecretKey InArgument<String> REQUIRED

The secret key for Amazon AWS authentication.


Bucket

BucketName InArgument<String> REQUIRED

The name of the bucket to be created. Pay attention to the bucket name because it must be unique throughout the S3 service.


Settings

RegionEndpoint EAWSRegionEndpoint

An AWS Region is a collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.

Have a look to AWS official page for more informations.