Documentation
¶
Index ¶
- func HandleResponse(r *http.Request, mparts map[string]MultipartUpload, resp []byte, ...) error
- func Sign(ctx context.Context, r *http.Request, creds Credentials) error
- func SwapUploadID(r *http.Request, settings *Settings) error
- type Credentials
- type LoggedRequest
- type MultipartUpload
- type Settings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleResponse ¶
Types ¶
type Credentials ¶
type LoggedRequest ¶
type MultipartUpload ¶
type Settings ¶
type Settings struct { Endpoint string Creds Credentials Multiparts map[string]MultipartUpload Client *http.Client }
Click to show internal directories.
Click to hide internal directories.