Skip to content

Commit 8958844

Browse files
Merge pull request #107 from SimonRichardson/s3-integrator
feat: S3 integrator
2 parents 1dd870d + d948055 commit 8958844

5 files changed

Lines changed: 1299 additions & 51 deletions

File tree

charmcraft.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ requires:
2626
interface: certificate_transfer
2727
limit: 1
2828
optional: true
29+
s3-backend:
30+
interface: s3
31+
limit: 1
32+
optional: true
2933

3034
peers:
3135
dbcluster:
@@ -55,4 +59,6 @@ charm-libs:
5559
- lib: tempo_coordinator_k8s.tracing
5660
version: "0"
5761
- lib: certificate_transfer_interface.certificate_transfer
58-
version: "1"
62+
version: "1"
63+
- lib: data_platform_libs.s3
64+
version: "0"

0 commit comments

Comments
 (0)