mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-23 05:00:23 +08:00
bug fix error oss file set
Signed-off-by: lbw <wangiegie@163.com>
This commit is contained in:
parent
108730533a
commit
cd7380a932
@ -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