Skip to main content

Amazon S3: Create Folder

Description

This step creates a folder inside an S3 bucket. In Amazon S3, folders are treated as objects that help you organize your files in a hierarchy. You can also create nested subfolders by specifying a path like "folder1/folder2". Use this step in workflows that set up folder structures before uploading files, organize bucket contents by project or date, or prepare storage layouts as part of provisioning processes.

Reference

SDK: Put Object

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
Input fields
Bucket NameSpecify the name of the S3 bucket in which the folder is to be created.
The field type is String. This field is mandatory.
Button: GetClick the button to populate the list of available Buckets.
Folder NameSpecify the name of the folder, by which the folder is created.
The field type is String. This field is mandatory.
Note: For example, if you want to create a folder consisting of a sub-folder, specify the folder names as foldername1/foldername2. In this scenario, foldername2 is created in foldername1.