object: add comment for mimeType

This commit is contained in:
hiddenmarten 2025-04-12 19:39:07 +02:00
parent 9e44143353
commit 8029e28bed

View File

@ -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
}