willie68 / GoBlobStore

A multi-tenant proxy service for storing binary data in various storage systems with a simple HTTP interface.
Apache License 2.0
0 stars 0 forks source link

change/edit metadata of a blob #10

Closed willie68 closed 2 years ago

willie68 commented 2 years ago

As a user i would like to change the additional added metadata of a blob.

willie68 commented 2 years ago

implemented in new Endpoint PUT api/v1/blobs//info new Blobdescription as body in JSON. Only custom properties will be changed.