Skip to content

Commit

Permalink
dal2: Add s3 support layout
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jan 5, 2022
1 parent dd7a004 commit 2a4fa8d
Show file tree
Hide file tree
Showing 5 changed files with 515 additions and 34 deletions.
302 changes: 296 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions common/dal2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ async-compat = "0.2.1"
async-trait = "0.1.52"
bytes = "1"
futures = "0.3.19"
rusoto_core = "0.47.0"
rusoto_s3 = "0.47.0"
rusoto_credential = "0.47.0"
tokio = { version = "1.15.0", features = ["fs"] }
thiserror = "1"
aws-config = "0.3.0"
aws-types = {version = "0.3.0", features = ["hardcoded-credentials"]}
aws-sdk-s3 = "0.3.0"
aws-endpoint = "0.3.0"
http = "0.2.6"
aws-smithy-http = "0.33.1"
Loading

0 comments on commit 2a4fa8d

Please sign in to comment.