Skip to content

Commit

Permalink
fix unit test issue related to new aws s3 sdk
Browse files Browse the repository at this point in the history
Signed-off-by: h0hmj <h0hmjcn@gmail.com>
  • Loading branch information
h0hmj authored and wu-hanqing committed Aug 11, 2022
1 parent ff359b2 commit 7a69ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/s3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ s3.endpoint=
# reserved for backward compatible
s3.snapshot_bucket_name=
s3.bucket_name=
s3.ak=
s3.sk=
s3.ak=fake
s3.sk=fake
# http = 0, https = 1
s3.http_scheme=0
s3.verify_SSL=false
Expand Down

0 comments on commit 7a69ca3

Please sign in to comment.