-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFound using AWS S3 #32
Comments
Wish I would have seen this before going through the trouble of trying to implement it. |
If I figure out a patch I will post it here and do a PR |
I'm pretty sure I tried, then failed miserably and ended up creating a solution from scratch. |
will be fixed in a future releases |
I'm facing the same error, has anyone fund a solution, our code is currently stuck in production deployment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: