Skip to content

Commit

Permalink
add region issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Mar 10, 2023
1 parent d0146fe commit 09268a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/object_store/src/aliyun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub fn try_new(
.with_virtual_hosted_style_request(true)
// region is not used when virtual_hosted_style is true,
// but is required, so dummy is used here
// https://github.com/apache/arrow-rs/issues/3827
.with_region("dummy")
.with_access_key_id(key_id)
.with_secret_access_key(key_secret)
Expand Down

0 comments on commit 09268a4

Please sign in to comment.