mirror of
https://github.com/rclone/rclone.git
synced 2025-04-16 16:18:52 +08:00
object: add comment for mimeType
This commit is contained in:
parent
9e44143353
commit
8029e28bed
@ -336,6 +336,7 @@ func (o *MemoryObject) Metadata(ctx context.Context) (fs.Metadata, error) {
|
||||
return o.meta, nil
|
||||
}
|
||||
|
||||
// MimeType on the object
|
||||
func (o *MemoryObject) MimeType(ctx context.Context) string {
|
||||
return o.mimeType
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user