Add S3 backend and storage verification

This commit is contained in:
2026-05-16 23:26:03 +02:00
parent b7ceaf7682
commit 864f7f203c
18 changed files with 1085 additions and 40 deletions

View File

@@ -48,6 +48,9 @@ dev = [
postgres = [
"psycopg[binary] >= 3.2",
]
s3 = [
"aioboto3 >= 13.0",
]
[project.scripts]
artifactstore = "artifactstore.cli:app"