<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-schwift, branch v1.1.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>v1.1.0</title>
<updated>2022-02-07T10:26:23+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2022-02-07T10:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=fd6e57b6239655722884a49a86be0f051cc32bde'/>
<id>fd6e57b6239655722884a49a86be0f051cc32bde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changelog for previous commit</title>
<updated>2022-02-07T10:23:31+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2022-02-07T10:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=9fb18e4c2cde898db407dafbb07d1355ef8efdf2'/>
<id>9fb18e4c2cde898db407dafbb07d1355ef8efdf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not mangle non-standard object paths</title>
<updated>2022-02-07T10:18:51+00:00</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2022-02-07T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=9e4ca6d1af64e72f60dc40d587f16c1b203357b4'/>
<id>9e4ca6d1af64e72f60dc40d587f16c1b203357b4</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>remove beta notice from README</title>
<updated>2021-05-28T12:48:59+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2021-05-28T12:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=79df56a219c657d51327ca95a1696cd329629665'/>
<id>79df56a219c657d51327ca95a1696cd329629665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.0.0</title>
<updated>2021-05-28T12:47:02+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2021-05-28T12:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=0ad995d13893ddf0afac14dcb28c3f57ba6ae6e1'/>
<id>0ad995d13893ddf0afac14dcb28c3f57ba6ae6e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix `make test`</title>
<updated>2021-05-28T12:44:42+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2021-05-28T12:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=d9ff5020601ca066eba21d70719a34320392d086'/>
<id>d9ff5020601ca066eba21d70719a34320392d086</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Go modules, update Makefile to my current conventions</title>
<updated>2021-05-28T12:44:42+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2021-05-28T12:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=651cd5a02f2f9cce3d9f256bfa85553b8e17c3a0'/>
<id>651cd5a02f2f9cce3d9f256bfa85553b8e17c3a0</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>doc: extend usage example</title>
<updated>2021-05-28T11:53:57+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2021-05-28T11:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=4caefbba49a5675d39fa87f26a757f8131313598'/>
<id>4caefbba49a5675d39fa87f26a757f8131313598</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>
</feed>
