ncw/swift

cannot read/write SLO manifests manually

majewsky opened this issue · 1 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.

ncw commented

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