| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tryCompute{ContentLength, Etag}: add special cases for strings.Reader, nil | Stefan Majewsky | 2018-04-27 | 1 | -4/+11 |
| | | |||||
| * | fix tests for Swift Queens | Stefan Majewsky | 2018-04-27 | 1 | -3/+5 |
| | | |||||
| * | revamp the Headers API | Stefan Majewsky | 2018-03-11 | 10 | -66/+68 |
| | | | | | | | | | | | | | | | | | | | 1. Move common methods of AccountHeaders, ContainerHeaders, ObjectHeaders into a base type Headers. 2. Fold Headers into RequestOptions to remove one of the two optional arguments on request methods. The new Headers.ToOpts() method offers a nice experience for users passing Headers to request methods. The Update() methods keep the explicit Headers argument since the Headers argument is not optional there. The only downside is that we lose a bit of type-safety because RequestOptions takes any Headers instance, so e.g. ContainerHeaders could be passed to Object.Upload(). I believe the benefits outweigh this problem. | ||||
| * | add Account.BulkDelete() | Stefan Majewsky | 2018-03-09 | 2 | -0/+95 |
| | | |||||
| * | generalize BulkUploadError into BulkError | Stefan Majewsky | 2018-03-08 | 1 | -3/+3 |
| | | | | | For use in Account.BulkDelete(). | ||||
| * | add Account.BulkUpload(), BulkUploadError, BulkObjectError | Stefan Majewsky | 2018-03-08 | 1 | -0/+135 |
| | | |||||
| * | add Object.Copy() and Object.Move() | Stefan Majewsky | 2018-02-21 | 1 | -23/+50 |
| | | |||||
| * | reorganize code | Stefan Majewsky | 2018-02-19 | 9 | -0/+1220 |
| * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend". | |||||
