Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
Description
code in getFileStatus function
AliyunOSSFileSystem.java
else if (objectRepresentsDirectory(key, meta.getContentLength())) { return new FileStatus(0, true, 1, 0, 0, qualifiedPath); }
When the object is a directory, we should set right modifiedtime rather than 0 for FileStatus