added etag to metadata

This commit is contained in:
2022-05-10 22:46:28 +02:00
parent b5a326324f
commit a11349e456
3 changed files with 5 additions and 0 deletions

View File

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