ErrorResponse from minio server needed proper xml translations

This commit is contained in:
Harshavardhana 2015-06-01 12:19:23 -07:00
parent e1270bcdf6
commit c07d48e7e8

View File

@ -34,8 +34,8 @@ type ErrorResponse struct {
Code string Code string
Message string Message string
Resource string Resource string
RequestID string RequestID string `xml:"RequestId"`
HostID string HostID string `xml:"HostId"`
} }
// Error codes, non exhaustive list - http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html // Error codes, non exhaustive list - http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html