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

With bigger tenant stores, deleting should be an asyncron task... #1

Closed willie68 closed 2 years ago

willie68 commented 2 years ago

... but if the removing is in progress, the data access should be already denied. Maybe it's helpful to have a list of tenants can will be deleted. So recreation of an already delete tenant (but with an ongoing deletion process) should be denied, too.

willie68 commented 2 years ago

implemented