S3 Integrator
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 77 | 18 Nov 2024 | |
latest/stable | 78 | 18 Nov 2024 | |
latest/edge | 82 | 19 Nov 2024 | |
latest/edge | 81 | 19 Nov 2024 |
juju deploy s3-integrator
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
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:
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
- See the available Juju actions in the Actions tab
- See the available configuration parameters in the Configurations tab
Project and community
S3 Integrator is an open-source project that welcomes community contributions, suggestions, fixes and constructive feedback.