v.2.2.1

Improvements:

  1. The image_id, object_id identifiers are of any UUID now (previously were UUID4 only).

  2. Dependencies were updated.

  3. Thumbnails became lazy. Thumbnails are generated in any resolution during the corresponding GET request.

  4. Accounting via account_id query parameter was added.

  5. The behavior of image and object DELETE methods was changed. In case the object doesn’t exist, 404 is now returned.

How to update from previous version:

To update from previous version simply replace folders luna_image_store, tests, docs, deploy and update dependencies from requirements.txt.

Also run thumbnail remover, located in ./base_scripts/remove_thumbnails directory.