Documentation ¶
Overview ¶
Package restxml provides RESTful XML serialisation of AWS requests and responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalError ¶
UnmarshalError unmarshals a response error for the REST XML protocol.
func UnmarshalMeta ¶
UnmarshalMeta unmarshals response headers for the REST XML protocol.
Types ¶
type CORSConfiguration ¶ added in v1.2.5
type CORSConfiguration struct {
Rules []*CORSRule `xml:"CORSRule"`
}
type GetBucketCORSOutput ¶ added in v1.2.5
type GetBucketCORSOutput struct { CORSConfiguration *CORSConfiguration `xml:"CORSConfiguration"` Metadata map[string]*string `xml:"-"` }
Click to show internal directories.
Click to hide internal directories.