Skip to main content

Amazon S3: Get Bucket List

Description

This step retrieves a list of all bucket names in your Amazon S3 account. It is a row-generating step that returns each bucket name as a separate row. Use this step in workflows that need to discover available buckets before performing operations, audit your S3 storage, or build a list of buckets to process in subsequent steps.

Reference

SDK: Bucket List

Configurations

Field NameDescription
Step NameSpecify a unique name for the step.
Connection tab:For the Amazone S3 connection fields details, click Common Tab: Connection Fields
OUTPUT tab:Output fields
Bucket NameSpecify the output variable name in the field. The default output variable name: BucketName.
On successful execution, it returns bucket names that are present in Amazon S3.
The data type is String. This field is mandatory.