http: remove meta field from object structure, unused

This commit is contained in:
hiddenmarten 2025-01-14 15:07:20 +01:00
parent e746320694
commit 4a2d13f528

View File

@ -125,7 +125,6 @@ type Object struct {
remote string
size int64
modTime time.Time
meta map[string]string // The object metadata if known - may be nil - with lower case keys
contentType string
// Metadata as pointers to strings as they often won't be present