Migrate file storage to S3
This commit is contained in:
parent
f6897c30ac
commit
bb0c06faf4
10 changed files with 181 additions and 165 deletions
|
|
@ -23,4 +23,8 @@ md-5 = "0.10"
|
|||
rand = "0.8"
|
||||
anyhow = "1.0"
|
||||
base64 = "0.21"
|
||||
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
|
||||
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
|
||||
aws-config = { version = "1.1", features = ["behavior-version-latest"] }
|
||||
aws-sdk-s3 = "1.17"
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
log = "0.4.29"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue