scality / Droplet

Cloud storage client library
http://www.scality.com
Other
54 stars 33 forks source link

Rework request subresource API #177

Open Joacchim opened 9 years ago

Joacchim commented 9 years ago

The current subresource is a simple string within the request structure. It should actually be a dictionnary, since a subresource in HTTP terms is a query-string parameter, and we might want to use an "add" method for one parameter of this query-string instead of a "set" method for the whole query-string.