mirror of
https://github.com/rclone/rclone.git
synced 2025-04-19 10:08:56 +08:00
http: remove meta field from object structure, unused
This commit is contained in:
parent
e746320694
commit
4a2d13f528
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user