<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-schwift/object.go, branch main</title>
<subtitle>Go client library for Swift (OpenStack object storage) aka Rackspace Cloud Files aka Memset Memstore
</subtitle>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/'/>
<entry>
<title>run `go fix ./...`</title>
<updated>2026-04-18T23:01:52+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-04-18T22:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=587ac99d26a026c4441ce224f52105d2dbd3751b'/>
<id>587ac99d26a026c4441ce224f52105d2dbd3751b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ctx argument to Account.Capabilities</title>
<updated>2024-07-08T13:58:48+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2024-07-08T13:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=f874c88ee641881229b74bc5afa8f2490120d91b'/>
<id>f874c88ee641881229b74bc5afa8f2490120d91b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove context from struct, add ctx as first args to many functions</title>
<updated>2024-07-01T14:12:52+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2024-07-01T14:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=b7683ab8dcdeca10ff52d626a285edcf7c1db719'/>
<id>b7683ab8dcdeca10ff52d626a285edcf7c1db719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remaining lints</title>
<updated>2024-07-01T11:07:00+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2024-07-01T11:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=194ed7d6666fd50283a24b94bc18a483a328aff8'/>
<id>194ed7d6666fd50283a24b94bc18a483a328aff8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gophercloud lint complains</title>
<updated>2024-07-01T11:05:35+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2024-07-01T11:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=bd23c64a1283835f5991444bb47ec3da1895ff42'/>
<id>bd23c64a1283835f5991444bb47ec3da1895ff42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remaining lints</title>
<updated>2023-10-25T11:31:54+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2023-10-24T09:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=6f2956376fa67c4fd3abbed65d1ec20bea2b9e00'/>
<id>6f2956376fa67c4fd3abbed65d1ec20bea2b9e00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove sha512 as a tempurl digest option</title>
<updated>2022-10-28T14:05:40+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2022-10-28T14:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=5cf9b60d2ded95d29827389a1a5901f1068d4337'/>
<id>5cf9b60d2ded95d29827389a1a5901f1068d4337</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate digest preferable with sha2, then sha512 and fallback to insecure sha1</title>
<updated>2022-10-28T11:08:59+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2022-10-26T13:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=82de494f495481b5ae016038c7020898a135c8dc'/>
<id>82de494f495481b5ae016038c7020898a135c8dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linting errors</title>
<updated>2022-10-28T10:55:16+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2022-10-26T13:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=8b38a040830109f19550e7329b82ec5caf76b321'/>
<id>8b38a040830109f19550e7329b82ec5caf76b321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format with go 1.19</title>
<updated>2022-10-26T12:05:42+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2022-10-26T09:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=04ce17415f25dbf10eba954212c8428ae630df88'/>
<id>04ce17415f25dbf10eba954212c8428ae630df88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
