|
@ -133,6 +133,7 @@ func (fs *FilerSink) CreateEntry(key string, entry *filer_pb.Entry, signatures [ |
|
|
Name: name, |
|
|
Name: name, |
|
|
IsDirectory: entry.IsDirectory, |
|
|
IsDirectory: entry.IsDirectory, |
|
|
Attributes: entry.Attributes, |
|
|
Attributes: entry.Attributes, |
|
|
|
|
|
Extended: entry.Extended, |
|
|
Chunks: replicatedChunks, |
|
|
Chunks: replicatedChunks, |
|
|
Content: entry.Content, |
|
|
Content: entry.Content, |
|
|
RemoteEntry: entry.RemoteEntry, |
|
|
RemoteEntry: entry.RemoteEntry, |
|
|