added etag to metadata

This commit is contained in:
2022-05-10 22:46:28 +02:00
parent b5a326324f
commit a11349e456
3 changed files with 5 additions and 0 deletions

View File

@@ -18,4 +18,5 @@ type Metadata struct {
Size int64
ContentType string
Filename string
ETag string
}