@@ -156,7 +156,7 @@ public class UploadToOssUtil {
for (OSSObjectSummary s : sums) {
delete(s.getKey());
}
- } catch (IOException e) {
+ } catch (Exception e) {
e.printStackTrace();