Call the image upload manager:
manager = ImageUploadManager(['path/to/config.yaml'])
manager.upload()
Manage the uploading of image files
Manage the uploading of images from a config file specified in YAML syntax. Multiple config files can be specified. They will be merged.
Start the upload process
Multiple config files can be passed to the ImageUploadManager. Attributes are set by the first encountered with the ‘imagename’ attribute being the primary key.