S3DeleteFile

Description

This activity deletes a file from a bucket in AWS S3.


AWS Credentials

AccessKey InArgument<String> REQUIRED

The access key for Amazon AWS authentication.

SecretKey InArgument<String> REQUIRED

The secret key for Amazon AWS authentication.


File

BucketName InArgument<String> REQUIRED

The name of the bucket where the file to delete is.

FileName InArgument<String> REQUIRED

The name of the file to delete.


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.