mirror of
https://gitee.com/log4j/pig.git
synced 2025-01-03 23:42:22 +08:00
commit
fd8d680f56
@ -132,7 +132,7 @@ public class LocalFileTemplate implements FileTemplate {
|
|||||||
return Arrays.stream(FileUtil.ls(dir)).filter(file -> file.getName().startsWith(prefix)).map(file -> {
|
return Arrays.stream(FileUtil.ls(dir)).filter(file -> file.getName().startsWith(prefix)).map(file -> {
|
||||||
S3ObjectSummary summary = new S3ObjectSummary();
|
S3ObjectSummary summary = new S3ObjectSummary();
|
||||||
summary.setKey(file.getName());
|
summary.setKey(file.getName());
|
||||||
return new S3ObjectSummary();
|
return summary;
|
||||||
}).collect(Collectors.toList());
|
}).collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user