TritonDataCenter / python-manta

Python SDK for Manta (community maintained)
MIT License
25 stars 18 forks source link

Add support for running python-manta internally, on Manta itself #13

Closed debrouwere closed 10 years ago

debrouwere commented 11 years ago

Sometimes it's useful to access Manta in a compute step, e.g. when you want to customize output and mpipe isn't cutting it. When in a compute step, you're already implicitly authenticated and so there's no need to sign the request – so the client shouldn't complain when you don't provide a signature or signer.

Tested and works for me.

(Pony: also, it would be nice to have this package installed by default on compute instances. :-))

trentm commented 10 years ago

@stdbrouw So sorry for it being months with no comment on this. FWIW there was some work in https://github.com/joyent/python-manta/blob/master/CHANGES.md#210 (for #18) which I think solves this... if not the Pony bit. I'll open an (internal) issue to see about getting python-manta installed by default in Manta compute instances.

Thanks!

trentm commented 10 years ago

For the record: the internal "pony" ticket to have python-manta pre-installed in Manta compute jobs is MANTA-2207

debrouwere commented 10 years ago

:thumbsup: