added etag to metadata
This commit is contained in:
@@ -65,5 +65,6 @@ func (m *minioClient) GetObjectMetadata(ctx context.Context, key string) (*types
|
||||
return &types.Metadata{
|
||||
Size: object.Size,
|
||||
ContentType: object.ContentType,
|
||||
ETag: object.ETag,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user