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
Look this issue: minio/minio#12494 . HTTP headers are case insensitive. so, minio server response header's key is hump format. but StatObjectResponse parse userMetadata used all lowercase, The result is an error parsing the userMetadata.
The text was updated successfully, but these errors were encountered:
Look this issue: minio/minio#12494 . HTTP headers are case insensitive. so, minio server response header's key is hump format. but StatObjectResponse parse userMetadata used all lowercase, The result is an error parsing the userMetadata.
The text was updated successfully, but these errors were encountered: