Merge pull request #626 from harshavardhana/pr_out_errorresponse_from_minio_server_needed_proper_xml_translations

master
Harshavardhana 10 years ago
commit 00a976adf1
  1. 4
      pkg/api/errors.go

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

Loading…
Cancel
Save