Create S3 Bucket
How to create S3 bucket in AWS using Amazon S3 connector
Prerequisites:
- Must have access to AWS S3 target source, Amazon Web Services and Anypoint Platform
- Must have identity and access management(IAM) Credentials
Configure the listener, drag and drop create bucket operation from mule palette(Add the amazon s3 module from anypoint studio if not present in mule palette)
Give the unique bucket name, region and canned ACL selected by default, you are free to change the region and Canned ACL as per the requirement
Complete the configuration for amazon s3(provide access key and secret key)
Deploy the application
The below error encountered while deploying the application(Access Denied)
Again revisited the user configuration on IAM Console for aws user and added the permissions which were missing
Test the connectvity with amzon s3
Deploy the application and test
Bucket is create successfully in AWS