Skip to content

Commit

Permalink
Fix domain URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ema committed Nov 25, 2024
1 parent ac242c0 commit 5a7202f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ object CloudStorageOperations {
} else if (useRegionUrl.get.toBoolean) {
val awsDomain: String =
if (regionName.get.toLowerCase().startsWith("cn-")) {
".amazonaws.cn"
".amazonaws.com.cn"
} else {
".amazonaws.com"
}
Expand Down

0 comments on commit 5a7202f

Please sign in to comment.