Skip to content

Commit

Permalink
Download objects from remote store without authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhansood committed Oct 25, 2023
1 parent c3a04c2 commit ae53bf9
Show file tree
Hide file tree
Showing 8 changed files with 345 additions and 249 deletions.
102 changes: 3 additions & 99 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions crates/sui-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ byteorder.workspace = true
anyhow.workspace = true
tempfile.workspace = true
tap.workspace = true
reqwest = "0.11.20"
percent-encoding = "2.3.0"
reqwest.workspace = true
percent-encoding = "2.2.0"
chrono.workspace = true
object_store.workspace = true
backoff.workspace = true
bytes.workspace = true
Expand Down
147 changes: 0 additions & 147 deletions crates/sui-storage/src/object_store/downloader.rs

This file was deleted.

Loading

0 comments on commit ae53bf9

Please sign in to comment.