feat: add post3 s3 proxy for postgresql

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 11:37:48 +01:00
commit 21bac4a33f
67 changed files with 14403 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "post3-sdk"
version.workspace = true
edition.workspace = true
[dependencies]
aws-sdk-s3 = "1"
aws-credential-types = { version = "1", features = ["hardcoded-credentials"] }
aws-types = "1"
aws-config = "1"
bytes.workspace = true
thiserror.workspace = true
chrono.workspace = true
[dev-dependencies]
tokio.workspace = true
anyhow.workspace = true