Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PutOpts ¶
type PutOpts struct { Metadata map[string]string `json:"metadata"` Tags map[string]string `json:"tags"` ContentType string `json:"content_type"` Encoding string `json:"encoding"` Disposition string `json:"disposition"` Language string `json:"language"` CacheControl string `json:"cache_control"` RedirectLocation string `json:"redirect_location"` RetainUntil time.Time `json:"retain_until"` }
type Result ¶
type Result struct { Content string ETag string `json:"etag"` ContentType string `json:"content_type"` // A standard MIME type describing the format of the object data. Header map[string][]string `json:"header"` Metadata map[string]string `json:"metadata"` Tags map[string]string `json:"tags"` Version string `json:"version"` }
Click to show internal directories.
Click to hide internal directories.