deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

feat(*): Adds bindle-keys endpoint support #334

Closed thomastaylor312 closed 2 years ago

thomastaylor312 commented 2 years ago

This adds support for the new bindle-keys endpoint to the bindle server as well as client code for consuming that end point. Note that this has one small breaking change for the raw method on the Client.

I also fixed some clippy lints that had snuck past us

thomastaylor312 commented 2 years ago

I am going to be out of town for a bit so no rush on this, but I did want to get it open so people could take a look at it and review.

The reason this is still a WIP is because I haven't written tests for the new CLI command. I will finish that when I get back

thomastaylor312 commented 2 years ago

Sorry this took longer for me to come back around to. @technosophos or @radu-matei this needs a review!