<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-schwift/object.go, branch v1.3.0</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>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>
<entry>
<title>rename Object.UploadWithWriter to UploadFromWriter</title>
<updated>2021-05-28T11:59:38+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2021-05-28T11:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=f5332c147be25b138294151b3dd57ec4e0f28e26'/>
<id>f5332c147be25b138294151b3dd57ec4e0f28e26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document non-threadsafety</title>
<updated>2020-10-14T12:27:16+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2020-10-14T12:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=bd1c74594efeab1268531225d304ebae8992e286'/>
<id>bd1c74594efeab1268531225d304ebae8992e286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cover more readers for automatic tag calculation</title>
<updated>2018-09-03T10:18:15+00:00</updated>
<author>
<name>Fabian Ruff</name>
<email>fabian@progra.de</email>
</author>
<published>2018-09-03T10:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=126e4fe15a604227693deb0c443e25a27751ec93'/>
<id>126e4fe15a604227693deb0c443e25a27751ec93</id>
<content type='text'>
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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.</pre>
</div>
</content>
</entry>
<entry>
<title>add Object.TempURL()</title>
<updated>2018-07-10T13:29:52+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-07-10T13:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=2d3eb72207f62b7bc4e08b3dc750f7da8cacb53b'/>
<id>2d3eb72207f62b7bc4e08b3dc750f7da8cacb53b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add URL() method also to Container, not just to Object</title>
<updated>2018-06-07T12:01:49+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-06-07T12:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=0eab6bf51e2fe22de6c877e01149b49bba283792'/>
<id>0eab6bf51e2fe22de6c877e01149b49bba283792</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
