Storage API ideas

Base API should probably consist of three classes:

1. Driver

Methods:

2. Container - represents an object container (some libraries call it "bucket")

Properties:

Methods:

3. Object - represents a binary object (blob)

Properties:

Methods:

Other things & notes:

For example:

driver.delete_object(object_instance) and object_instance.delete()