CreateBucket Activity
When to use the CreateBucket Activity
Use this activity when you want to create a bucket.
Every object in Amazon S3 is stored in a bucket. Before you can store data in Amazon S3, you must create a bucket.
Please follow the Amazon S3 Bucket Naming Requirements when you create a bucket.
Figure 1
Drag and drop a CreateBucket activity from the AmazonS3 package into the AmazonS3Scope drop zone. Fill in all fields in the property window. A file will be referred by a Key Name. Output field supports only string while Result field supports only Boolean. Create variables accordingly. Execute to create a bucket.
Figure 2
Technical Reference
Figure 3
Note:
- Every object in Amazon S3 is stored in a bucket. Before you can store data in Amazon S3, you must create a bucket
- Please follow the Amazon S3 Bucket Naming Requirements when you create a bucket
- Output will return the description of the said activity, such as, File uploaded, File Deleted, Bucket Already Exists, etc. It supports string variable type
- Result will return the success/failure status of the activity and supports only Boolean variable type.
- A file will be referred by a Key Name.
1.0.0