Use the abc metaclass for some abstract classes
ObjStorage is the main API of the object storage interface. Making it an
Abstract Base Class is highly usefull to catch mistakes when adding a
new implementation.
Also, some subclasses may use this feature to make their extension more easy.