| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove context from struct, add ctx as first args to many functions | Sandro Jäckel | 2024-07-01 | 1 | -12/+13 |
| | | |||||
| * | Fix gophercloud lint complains | Sandro Jäckel | 2024-07-01 | 1 | -9/+9 |
| | | |||||
| * | Fix linting errors | Sandro Jäckel | 2022-10-28 | 1 | -1/+1 |
| | | |||||
| * | Format with go 1.19 | Sandro Jäckel | 2022-10-26 | 1 | -31/+31 |
| | | |||||
| * | proof-read documentation | Stefan Majewsky | 2018-05-03 | 1 | -2/+2 |
| | | |||||
| * | revamp the Headers API | Stefan Majewsky | 2018-03-11 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | 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 Container.Objects(), type ObjectIterator | Stefan Majewsky | 2018-02-17 | 1 | -1/+1 |
| | | |||||
| * | prepare ContainerIterator for sharing code with ObjectIterator | Stefan Majewsky | 2018-02-16 | 1 | -92/+27 |
| | | |||||
| * | add tests for container iterator | Stefan Majewsky | 2018-02-10 | 1 | -21/+28 |
| | | |||||
| * | implement container listing | Stefan Majewsky | 2018-02-07 | 1 | -0/+267 |
| Tests will follow sometime later this week. | |||||
