mirror of
https://github.com/minio/minio.git
synced 2025-04-27 13:24:52 -04:00
Merge pull request #626 from harshavardhana/pr_out_errorresponse_from_minio_server_needed_proper_xml_translations
This commit is contained in:
commit
00a976adf1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user