Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot read/write SLO manifests manually #101

Open
majewsky opened this issue Nov 2, 2017 · 1 comment
Open

cannot read/write SLO manifests manually #101

majewsky opened this issue Nov 2, 2017 · 1 comment

Comments

@majewsky
Copy link
Contributor

majewsky commented Nov 2, 2017

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
Copy link
Owner

ncw commented Nov 9, 2017

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

@ncw ncw added the enhancement label Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants