Add S3 backend and storage verification
This commit is contained in:
parent
b7ceaf7682
commit
864f7f203c
18 changed files with 1085 additions and 40 deletions
|
|
@ -48,6 +48,9 @@ dev = [
|
|||
postgres = [
|
||||
"psycopg[binary] >= 3.2",
|
||||
]
|
||||
s3 = [
|
||||
"aioboto3 >= 13.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
artifactstore = "artifactstore.cli:app"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue