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

possibility to use a url path for tenant selection #4

Closed willie68 closed 2 years ago

willie68 commented 2 years ago

There should be a possibility to use a part of the url as tenant. Format should be: normal BaseURL: /api/v1/blobs tenant-based BaseURL: /api/v1/tenants/{tenant}/blobs

willie68 commented 2 years ago

implemented with a little different api route:

t-based BaseURL: /api/v1/stores/{tenant}/blobs