mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
ErrorResponse from minio server needed proper xml translations
This commit is contained in:
parent
e1270bcdf6
commit
c07d48e7e8
@ -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…
Reference in New Issue
Block a user