The AWS Simple Storage Service Connector enables you to integrate with Amazon Simple Storage Service (Amazon S3) to easily store and retrieve objects.
The actions in this connector provide you the following capabilities over buckets and files in your Amazon S3 storage:
List buckets
Create and delete a bucket
Get a bucket location
Add, replace and delete files in a bucket
List the files in a bucket
Retrieve the files or their URL from a bucket
This component is based on the AWS SDK for .NET v3.
To use this connector you must have:
An AWS account, so you can use Amazon S3
An AWS access key (access key ID and secret access key), with the permissions to write, list, get and delete files in a specific bucket.
See AWS documentation for detailed information and instructions for getting started, developing, and working with Amazon S3.
To authenticate in Amazon S3 from this connector, you need the following information:
The access key ID of your AWS access key
The secret access key of your AWS access key
The AWS Region of the service endpoint you want to connect. To reduce latency, you should choose a region close to your application server. See the API documentation for the list of region Names.
The connector uses these values as the default AWS credentials to authenticate in Amazon S3.