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 9682487 commit c3c0f66Copy full SHA for c3c0f66
qiniu/conf.js
@@ -2,9 +2,9 @@
2
exports.ACCESS_KEY = '<PLEASE APPLY YOUR ACCESS KEY>';
3
exports.SECRET_KEY = '<DONT SEND YOUR SECRET KEY TO ANYONE>';
4
5
-exports.USER_AGENT = 'qiniu nodejs-sdk v6.0.0';
+exports.USER_AGENT = 'qiniu nodejs-sdk v6.1.3';
6
7
exports.UP_HOST = 'http://up.qbox.me';
8
exports.RS_HOST = 'http://rs.qbox.me';
9
exports.RSF_HOST = 'http://rsf.qbox.me';
10
-exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour
+exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour
0 commit comments