Skip to content

Commit 68f6038

Browse files
committed
fix get buckets error
1 parent ca30db1 commit 68f6038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/RS/BucketManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public BucketsResult Buckets()
8080

8181
try
8282
{
83-
string bucketsUrl = Config.ZONE.RsHost + "/buckets";
83+
string bucketsUrl = "http://rs.qiniu.com/buckets";
8484
string token = auth.CreateManageToken(bucketsUrl);
8585

8686
HttpResult hr = httpManager.Get(bucketsUrl, token);

0 commit comments

Comments
 (0)