S3 Connections

Configuring a connection to S3 or a compatible S3 provider can be done with basic connectivity details as outlined below.

Connecting to Amazon S3

The following params are required to connect to Amazon AWS S3.

KeyExampleDescription

endpoint__amazon_s3_access_key_id

AKIAIOSFODNN7

The IAM access key from the AWS management interface.

endpoint__amazon_s3_access_secret_key

AKIAIOSFODNN7AKIAIOSFODNN7AKIAIOSFODNN7

The corresponding secret for the key provided above.

endpoint__amazon_s3_bucket

bucket-1

The bucket name

To connect to another S3 provider

Couchdrop will connect to any S3 provider.

KeyExampleDescription

endpoint__s3_compatible_endpoint_url

https://bucket1.s3.provider.com

The connection URL

endpoint__s3_compatible_bucket

bucket1

The bucket name

endpoint__s3_compatible_access_key_id

AKIAIOSFODNN7

The access key id

endpoint__s3_compatible_access_secret_key

AKIAIOSFODNN7AKIAIOSFODNN7AKIAIOSFODNN7

The access key secret

Last updated