django-watermark icon indicating copy to clipboard operation
django-watermark copied to clipboard

FileNotFound using AWS S3

Open Nifled opened this issue 7 years ago • 5 comments

This is fully functional and awesome using Pillow and the default settings, but what would the process for integrating this with AWS S3?

Whenever I try to display the images onto a template or whatever, the .url renders out as '/file/path/djangoproject/media/<aws_img_url>'. In other words, it looks for it in the filesystem.

Nifled avatar Sep 13 '17 00:09 Nifled

Wish I would have seen this before going through the trouble of trying to implement it.

benmcnelly avatar Jan 26 '19 23:01 benmcnelly

If I figure out a patch I will post it here and do a PR

benmcnelly avatar Jan 27 '19 00:01 benmcnelly

I'm pretty sure I tried, then failed miserably and ended up creating a solution from scratch.

Nifled avatar Jan 27 '19 03:01 Nifled

will be fixed in a future releases

bashu avatar Oct 24 '21 07:10 bashu

I'm facing the same error, has anyone fund a solution, our code is currently stuck in production deployment

ZozieZo avatar Jun 23 '23 22:06 ZozieZo