Skip to content

Commit

Permalink
test: change oss endpoint
Browse files Browse the repository at this point in the history
change oss endpoint from beijing to hangkong

Signed-off-by: Rudy Zhang <rudyflyzhang@gmail.com>
  • Loading branch information
rudyfly authored and fuweid committed Jan 25, 2019
1 parent 6bd339f commit fdd11e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/install/config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

export OSS_ENDPOINT="oss-cn-beijing.aliyuncs.com"
export OSS_BUCKET="pouch-oss"
export OSS_ENDPOINT="oss-cn-hongkong.aliyuncs.com"
export OSS_BUCKET="pouch-oss-hk"

0 comments on commit fdd11e5

Please sign in to comment.