We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aede048 commit adf3d2fCopy full SHA for adf3d2f
1 file changed
google/store.go
@@ -320,6 +320,8 @@ func newObject(g *GcsFS, o *storage.ObjectAttrs) *object {
320
metadata = make(map[string]string)
321
}
322
metadata["content_length"] = strconv.FormatInt(o.Size, 10)
323
+ metadata["attrs_content_type"] = o.ContentType
324
+ metadata["attrs_cache_control"] = o.CacheControl
325
return &object{
326
name: o.Name,
327
updated: o.Updated,
0 commit comments