djpetti / MALLARD

Store image objects to MinIO object storage and metadata to MySQL database. Easily store and retrieve using metadata.
Apache License 2.0
0 stars 0 forks source link

Handle duplicate names when downloading. #26

Closed djpetti closed 11 months ago

djpetti commented 11 months ago

When downloading multiple files, it will produce weird results if some of the images have the same name. The MALLARD frontend should automatically detect this condition and disambiguate the names.

djpetti commented 11 months ago

This should be fixed. I accidentally put the wrong issue number in the commit message.