<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-schwift/headers.go, 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>proof-read documentation</title>
<updated>2018-05-03T12:09:36+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-05-03T12:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=8cb7c02b4294d3f596633284abc144ba98b565b8'/>
<id>8cb7c02b4294d3f596633284abc144ba98b565b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial support for large objects</title>
<updated>2018-04-30T08:04:36+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-04-29T19:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=0df55a731aa3330f82d22b010a7a2a4d66521972'/>
<id>0df55a731aa3330f82d22b010a7a2a4d66521972</id>
<content type='text'>
This has gone through a lot of iterations on my branch, and I'm quite
happy with the parts of the API that exist now. Test coverage can still
be better, and will get better in the following commits.

The API is not yet finished: I want to add Options arguments to
Object.Upload(), Object.Copy(), Object.Move() and Object.Delete() that
specify how each of these operations affect existing segments (and,
later, also existing symlinks). For Upload(), uploading in segments
shall become as easy as flipping a single switch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has gone through a lot of iterations on my branch, and I'm quite
happy with the parts of the API that exist now. Test coverage can still
be better, and will get better in the following commits.

The API is not yet finished: I want to add Options arguments to
Object.Upload(), Object.Copy(), Object.Move() and Object.Delete() that
specify how each of these operations affect existing segments (and,
later, also existing symlinks). For Upload(), uploading in segments
shall become as easy as flipping a single switch.
</pre>
</div>
</content>
</entry>
<entry>
<title>revamp the Headers API</title>
<updated>2018-03-11T18:41:33+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-03-11T18:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=d23b4052c0866698b14ac13ac98581d9f5440a9b'/>
<id>d23b4052c0866698b14ac13ac98581d9f5440a9b</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for container iterator</title>
<updated>2018-02-10T09:30:26+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-10T09:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=8dfe7249e015e1a03a911d441cab8c4bb0c7d4c9'/>
<id>8dfe7249e015e1a03a911d441cab8c4bb0c7d4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finish moving towards new auto-generated Headers implementation</title>
<updated>2018-02-07T18:58:03+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-07T18:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=99ef0307e75fecc469f63a82bb72d1b697e14fff'/>
<id>99ef0307e75fecc469f63a82bb72d1b697e14fff</id>
<content type='text'>
Everything in one package once more. The bigger API in *this* package is
worth it when we don't have to expose guts to cross package boundaries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everything in one package once more. The bigger API in *this* package is
worth it when we don't have to expose guts to cross package boundaries.
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from reflection to code generation</title>
<updated>2018-02-07T18:33:36+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-07T18:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=801b5207dcbf3438e7612e1f7edc9de32ce0780c'/>
<id>801b5207dcbf3438e7612e1f7edc9de32ce0780c</id>
<content type='text'>
This allows me to make the API much simpler. More simplification
forthcoming in the following commit; I just want to make a cut since
`make test` is happy right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows me to make the API much simpler. More simplification
forthcoming in the following commit; I just want to make a cut since
`make test` is happy right now.
</pre>
</div>
</content>
</entry>
<entry>
<title>add type-safe accessors for most container headers</title>
<updated>2018-02-05T22:23:48+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-05T22:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=f78c5a59a8fd198603199ddcfb5b29315d556f58'/>
<id>f78c5a59a8fd198603199ddcfb5b29315d556f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apparently having a private member is not enough</title>
<updated>2018-02-05T21:06:18+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-05T21:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=735c7c4465a77d2953e9cb1328284e754f797db7'/>
<id>735c7c4465a77d2953e9cb1328284e754f797db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>redesign the header API</title>
<updated>2018-02-05T20:44:35+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-05T20:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=3a24741929cd12ffee5e54d0e9a9afb83c5069b3'/>
<id>3a24741929cd12ffee5e54d0e9a9afb83c5069b3</id>
<content type='text'>
I'm quite satisfied with this right now (though this doesn't say
anything about how I feel about it tomorrow), but it's ugly that some
guts (headers.Base) are exposed in the public API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm quite satisfied with this right now (though this doesn't say
anything about how I feel about it tomorrow), but it's ugly that some
guts (headers.Base) are exposed in the public API.
</pre>
</div>
</content>
</entry>
<entry>
<title>add Container</title>
<updated>2018-02-04T22:29:09+00:00</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2018-02-04T22:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/go-schwift/commit/?id=fafac750baa70812432020784cc5ba2cc23224cc'/>
<id>fafac750baa70812432020784cc5ba2cc23224cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
