Skip to content

Commit c08d36e

Browse files
committedDec 27, 2018
change demo
1 parent d89c8a1 commit c08d36e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎common/utils/oss.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import (
1515

1616
const (
1717
ACCESS_KEY_ID = "LTAIt6IV8eSjEwOG"
18-
ACCESS_KEY_SECRET = "LjIIug1AJfPAErsbeDPi0hKgOkohVM"
18+
ACCESS_KEY_SECRET = "LiIIug1AJfPAErsbeDPi0hKgOkohVM"
1919
END_POINT = "oss-cn-shanghai.aliyuncs.com"
20-
BUCKET = "gewuwei"
21-
ROLE_ARN = "acs:ram::1824796786346257:role/role-gewuwei"
22-
SESSION_NAME = "gewuwei"
20+
BUCKET = "xhj"
21+
ROLE_ARN = "acs:ram::1924796786346257:role/role-xhj"
22+
SESSION_NAME = "xhj"
2323
DURATION_TIME = "3600"
2424
)
2525

0 commit comments

Comments
 (0)
Please sign in to comment.