You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListObjects does not properly parses metadata from XML response. When I set WithMetadata to true, I'd expect all UserMetadata I previously returns. What I see is it returns metadata as a map of empty string
map[:]
StatObject is a workaround I found to get object metadata, however it also doesn't work perfectly. It parses metadata from response header, which capitalizes keys:
map[Foo:bar One:uno dos]
The text was updated successfully, but these errors were encountered:
Hi, I noticed 2 issues using metadata:
ListObjects
does not properly parses metadata from XML response. When I setWithMetadata
totrue
, I'd expect allUserMetadata
I previously returns. What I see is it returns metadata as a map of empty stringStatObject
is a workaround I found to get object metadata, however it also doesn't work perfectly. It parses metadata from response header, which capitalizes keys:The text was updated successfully, but these errors were encountered: