|
|
@@ -361,7 +361,6 @@ public class OssServiceImpl implements OssService {
|
|
|
GenericResult processResult = ossClient.processObject(request);
|
|
|
String json = IOUtils.readStreamAsString(processResult.getResponse().getContent(), "UTF-8");
|
|
|
processResult.getResponse().getContent().close();
|
|
|
- System.out.println(json);
|
|
|
} catch (OSSException oe) {
|
|
|
System.out.println("Caught an OSSException, which means your request made it to OSS, "
|
|
|
+ "but was rejected with an error response for some reason.");
|