Synopsis
from hinkskalle_api.api import HinkApi
hink = HinkApi()
hink_api.push_file(entity='user.name', collection='stuff', container='catpics', tag='latest', filename='/data/img/cats', progress=True, private=True)
from hinkskalle_api.api import HinkApi
hink = HinkApi()
hink_api.push_file(entity='user.name', collection='stuff', container='catpics', tag='latest', filename='/data/img/cats', progress=True, private=True)