Adding some code to upload object

This commit is contained in:
2026-07-22 17:02:19 -04:00
parent 9f0d26e775
commit ceeec1d2cb
3 changed files with 80 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ license = "MIT"
description = "Library for managing soaricarus storage"
[dependencies]
aws-config = { version = "1.9.0" }
aws-config = { version = "1.9.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.138.1" }
time = "0.3.53"
tokio = { version = "1.53.0", features = ["full"] }