Skip to content

Commit

Permalink
docs: add utime (time of file upload) to standard system metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
albertony committed Sep 29, 2023
1 parent 19ad39f commit c1df3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c1df3ce

Please sign in to comment.