aboutsummaryrefslogtreecommitdiff
path: root/errors.go
Commit message (Collapse)AuthorAgeFilesLines
* add Account.BulkDelete()Stefan Majewsky2018-03-091-0/+4
|
* generalize BulkUploadError into BulkErrorStefan Majewsky2018-03-081-14/+14
| | | | For use in Account.BulkDelete().
* add Account.BulkUpload(), BulkUploadError, BulkObjectErrorStefan Majewsky2018-03-081-0/+47
|
* Object.upload: generate, validate Content-Length and EtagStefan Majewsky2018-02-161-0/+3
|
* adjust example for current APIStefan Majewsky2018-02-071-7/+9
|
* finish moving towards new auto-generated Headers implementationStefan Majewsky2018-02-071-0/+12
| | | | | Everything in one package once more. The bigger API in *this* package is worth it when we don't have to expose guts to cross package boundaries.
* redesign the header APIStefan Majewsky2018-02-051-12/+0
| | | | | | I'm quite satisfied with this right now (though this doesn't say anything about how I feel about it tomorrow), but it's ugly that some guts (headers.Base) are exposed in the public API.
* add ContainerStefan Majewsky2018-02-041-2/+5
|
* lay down the full Account APIStefan Majewsky2018-01-291-2/+14
|
* sketch out how requests could workStefan Majewsky2018-01-281-0/+75