mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add missing modify and create times
This commit is contained in:
parent
7efeb146c5
commit
a6f7f9b0b8
|
@ -158,6 +158,8 @@ func (fs *FilerServer) doAutoChunk(w http.ResponseWriter, r *http.Request, conte
|
||||||
entry := &filer2.Entry{
|
entry := &filer2.Entry{
|
||||||
FullPath: filer2.FullPath(path),
|
FullPath: filer2.FullPath(path),
|
||||||
Attr: filer2.Attr{
|
Attr: filer2.Attr{
|
||||||
|
Mtime: time.Now(),
|
||||||
|
Crtime: time.Now(),
|
||||||
Mode: 0660,
|
Mode: 0660,
|
||||||
},
|
},
|
||||||
Chunks: fileChunks,
|
Chunks: fileChunks,
|
||||||
|
|
Loading…
Reference in a new issue