Skip to content

[WIP] Add uploadTime and modTime metadata to files

Christopher Schinnerl requested to merge tbenz9:add-metadata into master

Created by: tbenz9

uploadTime is a time.Now field for when the file was uploaded to the Sia network. modTime is a os.Stat ModTime field for when the file was last modified as reported by the client filesystem. Feature Request #2479 (closed)

Merge request reports