@ -101,7 +101,10 @@ public class S3ResourceRepository extends BaseResourceRepository {
} catch (Exception e) {
LogKit.info("{} not exist!", path);
}
if (!path.endsWith(DELIMITER)) {
path = path + DELIMITER;
return getEntry(path);
return null;