Skip to content

Commit 32490ba

Browse files
author
jeffreykzli
committed
update recover demo
1 parent 464fbdd commit 32490ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/qcloud/cos/demo/RecoverObjectsDemo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private static COSClient createCli() {
3939
ClientConfig clientConfig = new ClientConfig(new Region(bucketRegion));
4040

4141
clientConfig.setHttpProtocol(HttpProtocol.https);
42-
clientConfig.setPrintShutdownStackTrace(false);
4342
// 生成cos客户端
4443
return new COSClient(cred, clientConfig);
4544
}

0 commit comments

Comments
 (0)