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
Configurations
| Field Name | Description |
|---|---|
| Step Name | Specify 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 Name | Specify 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. |