|
@@ -315,7 +315,6 @@ public class AwsTemplate implements FileStorageTemplate {
|
|
|
nextMaker = objectListing.getNextMarker();
|
|
|
flag = objectListing.isTruncated();
|
|
|
}while (flag);
|
|
|
- log.info("获取文件夹集合={}", JSON.toJSONString(list));
|
|
|
} catch (Exception e) {
|
|
|
log.error("获取文件夹集合失败={}", e.getMessage());
|
|
|
}
|