| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | convert copyright headers to SPDX format | Stefan Majewsky | 13 days | 1 | -17/+2 |
| | | |||||
| * | bump Go to 1.26, replace errext.As with errors.AsType | Stefan Majewsky | 13 days | 1 | -3/+3 |
| | | |||||
| * | use t.Context() instead of context.TODO() in tests | Stefan Majewsky | 13 days | 1 | -4/+3 |
| | | |||||
| * | change module path to go.xyrillian.de/schwift/v2 | Stefan Majewsky | 2026-04-19 | 1 | -2/+2 |
| | | |||||
| * | update module path for v2 | Stefan Majewsky | 2024-07-08 | 1 | -2/+2 |
| | | |||||
| * | Remove context from struct, add ctx as first args to many functions | Sandro Jäckel | 2024-07-01 | 1 | -0/+4 |
| | | |||||
| * | fix autofixable lints | Stefan Majewsky | 2024-07-01 | 1 | -7/+7 |
| | | |||||
| * | Fix remaining lints | Sandro Jäckel | 2023-10-25 | 1 | -2/+3 |
| | | |||||
| * | Fix linting errors | Sandro Jäckel | 2022-10-28 | 1 | -2/+2 |
| | | |||||
| * | revamp the Headers API | Stefan Majewsky | 2018-03-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | generalize BulkUploadError into BulkError | Stefan Majewsky | 2018-03-08 | 1 | -0/+135 |
| For use in Account.BulkDelete(). | |||||
