| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run go-makefile-maker | Sandro Jäckel | 2024-07-01 | 2 | -19/+46 |
| | | |||||
| * | Fix remaining lints | Sandro Jäckel | 2024-07-01 | 2 | -4/+5 |
| | | |||||
| * | Fix gophercloud lint complains | Sandro Jäckel | 2024-07-01 | 13 | -231/+231 |
| | | |||||
| * | Update gophercloud to 2.0.0 | Sandro Jäckel | 2024-07-01 | 5 | -63/+34 |
| | | |||||
| * | v1.3.0v1.3.0 | Stefan Majewsky | 2023-10-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #16 from SuperSandro2000/fix-lints | Stefan Majewsky | 2023-10-25 | 7 | -18/+54 |
| |\ | | | | | Fix remaining lints | ||||
| | * | Fix remaining lints | Sandro Jäckel | 2023-10-25 | 7 | -18/+54 |
| |/ | |||||
| * | run go-makefile-maker, start fixing new lints | Stefan Majewsky | 2023-10-23 | 5 | -22/+58 |
| | | |||||
| * | bump all dependencies to their latest versions | Stefan Majewsky | 2023-10-23 | 2 | -17/+41 |
| | | | | | The minimum supported Go version is 1.20 since older versions are EOL. | ||||
| * | add Method, Target to type UnexpectedStatusCodeError | Stefan Majewsky | 2023-10-23 | 5 | -5/+37 |
| | | |||||
| * | v1.2.0v1.2.0 | Stefan Majewsky | 2022-10-28 | 1 | -2/+7 |
| | | |||||
| * | Merge remote-tracking branch 'SuperSandro2000:sha2' | Stefan Majewsky | 2022-10-28 | 42 | -806/+1029 |
| |\ | |||||
| | * | remove sha512 as a tempurl digest option | Stefan Majewsky | 2022-10-28 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | After consulting the Swift source code, we learned that sha512 signatures are formatted using a different scheme. Since sha512 offers no real advantage at this point as long as we support sha256 instead, we can just avoid the complexity of supporting the other scheme for now. | ||||
| | * | Cleanup container and eact to Ctrl+C | Sandro Jäckel | 2022-10-28 | 1 | -2/+2 |
| | | | |||||
| | * | Generate digest preferable with sha2, then sha512 and fallback to insecure sha1 | Sandro Jäckel | 2022-10-28 | 5 | -20/+88 |
| | | | |||||
| | * | Fix linting errors | Sandro Jäckel | 2022-10-28 | 20 | -73/+66 |
| | | | |||||
| | * | Switch to go-makefile-maker | Sandro Jäckel | 2022-10-26 | 3 | -31/+200 |
| | | | |||||
| | * | Fix typos | Sandro Jäckel | 2022-10-26 | 4 | -9/+9 |
| | | | |||||
| | * | Bump dependencies | Sandro Jäckel | 2022-10-26 | 2 | -9/+15 |
| | | | |||||
| | * | Format with go 1.19 | Sandro Jäckel | 2022-10-26 | 26 | -669/+659 |
| |/ | |||||
| * | v1.1.0v1.1.0 | Stefan Majewsky | 2022-02-07 | 1 | -1/+1 |
| | | |||||
| * | changelog for previous commit | Stefan Majewsky | 2022-02-07 | 1 | -0/+10 |
| | | |||||
| * | do not mangle non-standard object paths | Sandro Jäckel | 2022-02-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | If the object path contains multiple slashes back-to-back, these used to be wrongly merged by net.url.URL.String(). For example, account = "AUTH_aaa" container = "ccc" object = "foo///bar" would become something like https://swift.example.com/v1/AUTH_aaa/ccc/foo/bar With this change, we produce a more correct URL: https://swift.example.com/v1/AUTH_aaa/ccc/foo%2f%2f%2fbar | ||||
| * | remove beta notice from README | Stefan Majewsky | 2021-05-28 | 1 | -4/+0 |
| | | |||||
| * | v1.0.0v1.0.0 | Stefan Majewsky | 2021-05-28 | 2 | -1/+7 |
| | | |||||
| * | fix `make test` | Stefan Majewsky | 2021-05-28 | 2 | -8/+4 |
| | | |||||
| * | use Go modules, update Makefile to my current conventions | Stefan Majewsky | 2021-05-28 | 10 | -350/+65 |
| | | |||||
| * | rename Object.UploadWithWriter to UploadFromWriter | Stefan Majewsky | 2021-05-28 | 2 | -7/+5 |
| | | |||||
| * | doc: extend usage example | Stefan Majewsky | 2021-05-28 | 2 | -1/+9 |
| | | |||||
| * | document non-threadsafety | Stefan Majewsky | 2020-10-14 | 3 | -0/+27 |
| | | |||||
| * | Merge pull request #10 from talal/typo | Stefan Majewsky | 2020-04-16 | 1 | -1/+1 |
| |\ | | | | | Fix typo | ||||
| | * | Fix typo | Muhammad Talal Anwar | 2020-04-13 | 1 | -1/+1 |
| |/ | |||||
| * | guard against Swift sending 100 status too early | Stefan Majewsky | 2020-02-24 | 1 | -0/+14 |
| | | |||||
| * | Merge pull request #9 from talal/master | Stefan Majewsky | 2018-09-06 | 3 | -22/+59 |
| |\ | | | | | add RequestOptions to LargeObject.Append() | ||||
| | * | add test for segment expiration | Muhammad Talal Anwar | 2018-09-06 | 1 | -4/+6 |
| | | | |||||
| | * | add test for large object expiration | Muhammad Talal Anwar | 2018-09-06 | 1 | -19/+54 |
| | | | |||||
| | * | add support for RequestOptions in lo.Append() | Muhammad Talal Anwar | 2018-09-06 | 1 | -2/+2 |
| | | | |||||
| | * | fix typo | Muhammad Talal Anwar | 2018-09-06 | 1 | -1/+1 |
| | | | |||||
| * | | goddammit macos | Stefan Majewsky | 2018-09-06 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #7 from databus23/patch-2 | Stefan Majewsky | 2018-09-03 | 1 | -9/+2 |
| |\ | | | | | Cover more readers for automatic etag calculation | ||||
| | * | Cover more readers for automatic tag calculation | Fabian Ruff | 2018-09-03 | 1 | -9/+2 |
| |/ | | | | | Not sure If I'm missing something but this seems more general (specifically it covers `*os.File` which doesn't have a `WriteTo` method). Note: This is untested. Just putting it up for discussion. | ||||
| * | fix obvious crash | Stefan Majewsky | 2018-07-26 | 1 | -1/+1 |
| | | |||||
| * | support aborting requests with context.Context | Stefan Majewsky | 2018-07-11 | 1 | -0/+6 |
| | | |||||
| * | add Object.TempURL() | Stefan Majewsky | 2018-07-10 | 2 | -0/+108 |
| | | |||||
| * | add URL() method also to Container, not just to Object | Stefan Majewsky | 2018-06-07 | 2 | -1/+12 |
| | | |||||
| * | Merge pull request #4 from databus23/patch-1 | Stefan Majewsky | 2018-06-07 | 1 | -0/+8 |
| |\ | | | | | Add URL() function for Object | ||||
| | * | Add URL() function for Object | Fabian Ruff | 2018-05-11 | 1 | -0/+8 |
| | | | |||||
| * | | add Capabilities.Symlink | Stefan Majewsky | 2018-05-30 | 1 | -0/+3 |
| | | | |||||
| * | | make the IsEqualTo() methods public | Stefan Majewsky | 2018-05-30 | 5 | -10/+17 |
| | | | |||||
| * | | adjust semantics of Object.InspectSymlink, rename to Object.SymlinkHeaders | Stefan Majewsky | 2018-05-30 | 3 | -19/+28 |
| | | | | | | | | | | | | | The additional guarantee that Object.SymlinkHeaders becomes equivalent to Object.Headers for non-symlinks will be useful e.g. for swift-http-import's usecase. | ||||
