From c1df3ce08cb908df80a080ea95ff4b3482ecaba7 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:12:19 +0200 Subject: [PATCH] docs: add utime (time of file upload) to standard system metadata --- docs/content/docs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index f6a14bca2..de6459a17 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -550,6 +550,7 @@ backend may implement. | atime | Time of last access: RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 | | mtime | Time of last modification: RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 | | btime | Time of file creation (birth): RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 | +| utime | Time of file upload: RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 | | cache-control | Cache-Control header | no-cache | | content-disposition | Content-Disposition header | inline | | content-encoding | Content-Encoding header | gzip |