Currently there's a todo comment in the IdentificationResource to remove the hard-coded extension (.jpg) as the suffix for the filename which the image will be uploaded to S3 with. We need a better way of doing this, whether it's adding another query parameter to the resource endpoint which represents the filename to be used, or something a bit more clever.
Currently there's a todo comment in the IdentificationResource to remove the hard-coded extension (.jpg) as the suffix for the filename which the image will be uploaded to S3 with. We need a better way of doing this, whether it's adding another query parameter to the resource endpoint which represents the filename to be used, or something a bit more clever.