aboutsummaryrefslogtreecommitdiff
path: root/object.go
Commit message (Expand)AuthorAgeFilesLines
* run `go fix ./...`Stefan Majewsky2026-04-191-12/+3
* add ctx argument to Account.CapabilitiesStefan Majewsky2024-07-081-4/+4
* Remove context from struct, add ctx as first args to many functionsSandro Jäckel2024-07-011-27/+28
* Fix remaining lintsSandro Jäckel2024-07-011-3/+4
* Fix gophercloud lint complainsSandro Jäckel2024-07-011-40/+40
* Fix remaining lintsSandro Jäckel2023-10-251-10/+16
* remove sha512 as a tempurl digest optionStefan Majewsky2022-10-281-4/+1
* Generate digest preferable with sha2, then sha512 and fallback to insecure sha1Sandro Jäckel2022-10-281-1/+29
* Fix linting errorsSandro Jäckel2022-10-281-15/+27
* Format with go 1.19Sandro Jäckel2022-10-261-105/+104
* rename Object.UploadWithWriter to UploadFromWriterStefan Majewsky2021-05-281-6/+4
* document non-threadsafetyStefan Majewsky2020-10-141-0/+12
* Cover more readers for automatic tag calculationFabian Ruff2018-09-031-9/+2
* add Object.TempURL()Stefan Majewsky2018-07-101-0/+50
* add URL() method also to Container, not just to ObjectStefan Majewsky2018-06-071-1/+3
* Merge pull request #4 from databus23/patch-1Stefan Majewsky2018-06-071-0/+8
|\
| * Add URL() function for ObjectFabian Ruff2018-05-111-0/+8
* | make the IsEqualTo() methods publicStefan Majewsky2018-05-301-1/+6
* | adjust semantics of Object.InspectSymlink, rename to Object.SymlinkHeadersStefan Majewsky2018-05-301-9/+21
|/
* add support for symlinks to ObjectIteratorStefan Majewsky2018-05-071-0/+5
* add Object.SymlinkTo(), Object.InspectSymlink() etc.Stefan Majewsky2018-05-071-23/+111
* proof-read documentationStefan Majewsky2018-05-031-9/+15
* add (currently empty) CopyOptions arg to Object.CopyToStefan Majewsky2018-05-021-5/+11
* remove Object.MoveToStefan Majewsky2018-05-021-12/+0
* test coverage for large object operationsStefan Majewsky2018-05-021-2/+2
* revamp the LargeObject APIStefan Majewsky2018-05-021-16/+59
* add DeleteOptions to Object.Delete()Stefan Majewsky2018-04-301-4/+36
* initial support for large objectsStefan Majewsky2018-04-301-7/+15
* tryCompute{ContentLength, Etag}: add special cases for strings.Reader, nilStefan Majewsky2018-04-271-6/+20
* revamp the Headers APIStefan Majewsky2018-03-111-31/+24
* generalize BulkUploadError into BulkErrorStefan Majewsky2018-03-081-0/+2
* fix a panic in the error case of Object.Download()Stefan Majewsky2018-03-081-1/+3
* add Object.Copy() and Object.Move()Stefan Majewsky2018-02-211-8/+55
* reorganize codeStefan Majewsky2018-02-191-5/+5
* test coverage for object upload, download, metadata updateStefan Majewsky2018-02-191-2/+37
* add Object.Download(), DownloadedObjectStefan Majewsky2018-02-191-1/+31
* initialize .Headers on accounts/containers during GET requestsStefan Majewsky2018-02-191-1/+1
* Object.upload: generate, validate Content-Length and EtagStefan Majewsky2018-02-161-5/+87
* add object lifecycle testcaseStefan Majewsky2018-02-161-4/+6
* ensure that response body is drainedStefan Majewsky2018-02-111-0/+1
* sketch out the initial Object APIStefan Majewsky2018-02-101-0/+181