S3 Integrator

Channel Revision Published Runs on
latest/stable 77 18 Nov 2024
Ubuntu 22.04
latest/stable 78 18 Nov 2024
Ubuntu 22.04
latest/edge 82 19 Nov 2024
Ubuntu 22.04
latest/edge 81 19 Nov 2024
Ubuntu 22.04
juju deploy s3-integrator
Show information

Platform:

Ubuntu
22.04

S3 Integrator documentation

S3 Integrator is an integrator charm for providing S3 credentials to consumer charms which seek to access shared S3 data. Store the credentials centrally in the integrator charm and relate consumer charms as needed.

Refer to the relevant database documentation for more details about how to use them with S3 Integrator:

Charmed PostgreSQL VM K8s
Charmed MySQL VM K8s
Charmed MongoDB VM K8s
Charmed Kafka VM K8s

Get started

Deploy the latest s3-integrator release from Charmhub

juju deploy s3-integrator

Deploy your S3 credentials

juju run s3-integrator/leader sync-s3-credentials access-key=<your_key> secret-key=<your_secret_key>

Retrieve the S3 credentials at any point with the following command:

juju run s3-integrator/leader get-s3-credentials

Configure s3-integrator with the relevant config parameters for your storage. For example:

juju config s3-integrator \
    endpoint="https://s3.us-west-2.amazonaws.com" \
    bucket="postgresql-test-bucket-1" \
    path="/postgresql-test" \
    region="us-west-2"

Once configured, integrate s3-integrator with the database application. For example:

juju integrate s3-integrator postgresql

Learn more

Project and community

S3 Integrator is an open-source project that welcomes community contributions, suggestions, fixes and constructive feedback.