S3ListFilesInBucket

Description

This actiivty read the content of a specific bucket in AWS S3 and returns the list of the files inside it.


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 of which you want to obtain the list of files contained within it.


Results

FileNames OutArgument<List<String>>

The list of filenames contained in the specified bucket.

The list of the file contained in the specified bucket. An S3 File is an object with some of the main properties which represents a file in S3 such as its name, the name of the bucket where it's saved, its owner name or its last modified time.


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.