1. General Information
Amazon S3 (Simple Storage Service) is AWS’s cloud-based object storage platform, designed for storing and retrieving any amount of data from anywhere. It offers industry-leading scalability, durability, and security, making it a backbone service for applications ranging from backups to big data analytics.
2. Connect AWS S3 to OneTeg
Create or Access S3 Bucket information
Establish a connection to the AWS S3 instance and navigate to the General Purpose Buckets section. Proceed to either Create Bucket or select an existing bucket for use.
Please note the created buckets Name and the AWS Region (eu-central-1), as this information is needed for establishing the OneTeg connection.
Create Access Key
Navigate to the Identity and Access Management (IAM) section within AWS, and select Users under the Access Management tab
Navigate to the section labeled Access keys and select the option to Create access key to generate a new key. The generated Access Key will serve as the Username and the corresponding Secret Access Key will function as the Password for the OneTeg connection.
3. Connection Settings and Configuration for OneTeg
|
Settings Parameters |
Value |
Description |
Required (Y/N) |
|---|---|---|---|
|
Connection Name |
AWS S3 Connection |
Preferred Connection Designation |
Y |
|
Connector |
awss3Connector-v1.0 |
Preferred Connector Designation |
Y |
|
Bucket Name |
<AWS S3 Bucket Name> |
AWS S3 Bucket Name |
Y |
|
Region |
<AWS S3 Region> |
AWS S3 Region |
Y |
|
Username |
Access key |
Access Key from AWS |
Y |
|
Password |
Secret access key |
Password from credentials |
Y |
|
Endpoint |
http://<bucketname>.s3.<bucketregionname>.amazonaws.com |
Endpoint required for performing CRUD on AWS S3 APIs. |
Y |
4. Supported AWS S3 Actions and Options