-
Notifications
You must be signed in to change notification settings - Fork 112
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
media file storing in aws is not working. #250
Comments
Sorry I'm little but busy, so I'm unable to follow this issue anyway thank you for your response. I'm already using django-storages and boto3. and here is my code snippets.
As for now I'm storing media files in my server, But i didn't want to do that. I want to store all of the media files upload by the user in the aws storage. To make this work do i need to override this |
Yep. That's what I said. It comes down to making a new plugin with adjusted |
So here, handling media files is not dependent on default django storage backend.? |
I'm trying to store media files and static files in aws but it is now working for media files. Static files is working perfectly.
The text was updated successfully, but these errors were encountered: