aboutsummaryrefslogtreecommitdiff
path: root/object_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix gophercloud lint complainsSandro Jäckel2024-07-011-4/+4
|
* Generate digest preferable with sha2, then sha512 and fallback to insecure sha1Sandro Jäckel2022-10-281-14/+45
|
* add Object.TempURL()Stefan Majewsky2018-07-101-0/+58
|
* reorganize codeStefan Majewsky2018-02-191-193/+0
| | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".
* test coverage for object upload, download, metadata updateStefan Majewsky2018-02-191-0/+132
|
* replace expectError by expectSuccess where possibleStefan Majewsky2018-02-191-4/+4
|
* Object.upload: generate, validate Content-Length and EtagStefan Majewsky2018-02-161-1/+1
|
* add object lifecycle testcaseStefan Majewsky2018-02-161-0/+61