Skip to content

Commit ae8902d

Browse files
cloud: update gcs sdk to support fips 140 (tikv#16177)
close tikv#16097 update cloud sdk Signed-off-by: Leavrth <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
1 parent 8e8c6ab commit ae8902d

File tree

2 files changed

+5
-30
lines changed

2 files changed

+5
-30
lines changed

Cargo.lock

Lines changed: 2 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ rusoto_mock = { git = "https://github.com/tikv/rusoto", branch = "gh1482-s3-addr
199199
rusoto_s3 = { git = "https://github.com/tikv/rusoto", branch = "gh1482-s3-addr-styles" }
200200
rusoto_sts = { git = "https://github.com/tikv/rusoto", branch = "gh1482-s3-addr-styles" }
201201

202+
# NOTICE: use openssl for signature to support fips 140
203+
tame-oauth = { git = "https://github.com/tikv/tame-oauth", branch = "fips" }
204+
202205
snappy-sys = { git = "https://github.com/busyjay/rust-snappy.git", branch = "static-link" }
203206

204207
# remove this when https://github.com/danburkert/fs2-rs/pull/42 is merged.

0 commit comments

Comments
 (0)