We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffb8f6 commit 04c50c4Copy full SHA for 04c50c4
qiniu/config.py
@@ -3,10 +3,10 @@
3
RSF_HOST = 'http://rsf.qbox.me' # 列举操作Host
4
API_HOST = 'http://api.qiniuapi.com' # 数据处理操作Host
5
UC_HOST = 'https://uc.qbox.me' # 获取空间信息Host
6
-QUERY_REGION_HOST = 'https://kodo-config.qiniuapi.com'
+QUERY_REGION_HOST = 'https://uc.qiniuapi.com'
7
QUERY_REGION_BACKUP_HOSTS = [
8
- 'uc.qbox.me',
9
- 'api.qiniu.com'
+ 'kodo-config.qiniuapi.com',
+ 'uc.qbox.me'
10
]
11
12
_BLOCK_SIZE = 1024 * 1024 * 4 # 断点续传分块大小,该参数为接口规格,暂不支持修改
0 commit comments