Amazon AWS S3 agent
Target AWSS3 & S3-like storages
Prerequisites
To have Gluesync working on your AWS S3 & S3-like instance you will need to have:
-
An S3 bucket;
-
valid user credentials to read/write to the given bucket.
When specifically targeting AWS S3 public cloud:
-
User should be given with permissions like
arn:aws:iam::aws:policy/AmazonS3FullAccess
; -
IAM access key obtained through AWS IAM console;
-
IAM secret key obtained through AWS IAM console;
-
Name of the region where the buckets belong to.
Setup via Web UI
-
Hostname / IP Address: Either the DNS record of your AWS S3 bucket resource or the address (hostname / IP address) of the S3-like cluster. If you’re connecting to an S3-like cluster please trail the hostname with the proper protocol, like:
https://
orhttp://
; -
Port: Required, defaults to
0
. For AWS S3 use443
; -
Bucket name: Name of your target bucket;
-
Username: IAM Credential access key ID created under your AWS IAM console, username for S3-like servers;
-
Password: IAM Credential secret created under your AWS IAM console, the password for S3-like servers;
-
Tls certificates: (optional) File browser to let you upload your certificates;
-
Certificates password: (required if auth in place, defaults to
NULL
) The password used to lock your certificate; -
Disable auth: (optional, defaults to
false
) Disable authentication over Kafka broker.