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 464fbdd commit 32490baCopy full SHA for 32490ba
src/main/java/com/qcloud/cos/demo/RecoverObjectsDemo.java
@@ -39,7 +39,6 @@ private static COSClient createCli() {
39
ClientConfig clientConfig = new ClientConfig(new Region(bucketRegion));
40
41
clientConfig.setHttpProtocol(HttpProtocol.https);
42
- clientConfig.setPrintShutdownStackTrace(false);
43
// 生成cos客户端
44
return new COSClient(cred, clientConfig);
45
}
0 commit comments