Django AWS s3 enable file_overwrite only for some files
Here’s a conundrum: what if I want most files to not overwrite in S3, but I want some specific files to be unique and keep …
Here’s a conundrum: what if I want most files to not overwrite in S3, but I want some specific files to be unique and keep …
Since iPhone 8, a new image format has been around. HEIC files are unfortunately not supported by many frontend tools. While some solutions have been …
The previous post covered image file optimisation to AWS S3, using Django/Python. But a lot of frontend editors will only give us the image as …
Image uploads are problematic to store if the files are too big. Our requirements in this case were: convert uploaded images to JPG before upload …