-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for AWS S3 backend? #32
Comments
Hello, akolpakov, it works perfectly in root storages. Here is the traceback:
Could you please help, thanks! |
Only local storages are supported. If anyone is ready to contribute - you are welcome! |
I am getting an issue where an image gets replaced in s3, but for whatever reason when my backend retrieves it it randomly gets a picture between the previously used ones and the latest one as if none of them had been erased and this picture gets updated every 15 minutes or so... |
Seems like the issue is that the module relies on |
So after spending the day on this, I can't find a feasible way of deleting media files without authentication for the cloud storage backend. I think the best way forward would be to write some integration with |
Hey, glad this lib exists. I have a mixed setup. local/s3. can we just exclude s3/django-storages at least? that would be very nice... |
There's a working solution to |
I just gave a try to django-unused-media today.
It works perfectly out of the box with my media files hosted on my own workstation.
But, in production, I use AWS S3 to store media and static files into a bucket.
And I got this exception :
NotImplementedError: This backend doesn't support absolute paths.
Is AWS S3 supported?
Or I am missing something?
Thanks!
The text was updated successfully, but these errors were encountered: