aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* add Account.BulkDelete()Stefan Majewsky2018-03-092-0/+95
|
* generalize BulkUploadError into BulkErrorStefan Majewsky2018-03-081-3/+3
| | | | For use in Account.BulkDelete().
* add Account.BulkUpload(), BulkUploadError, BulkObjectErrorStefan Majewsky2018-03-081-0/+135
|
* add Object.Copy() and Object.Move()Stefan Majewsky2018-02-211-23/+50
|
* reorganize codeStefan Majewsky2018-02-199-0/+1220
* Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".