ncw / swift

Go language interface to Swift / Openstack Object Storage / Rackspace cloud files (golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot read/write SLO manifests manually

majewsky opened this issue · comments

Reading SLO manifests requires a url.Values of ?multipart-manifest=get, and writing SLO manifests requires a url.Values of ?multipart-manifest=put. However, the only public method which accepts url.Values is Connection.Call which is otherwise very ugly to work with.

Do you have a suggestion for a method which could help?