-
Notifications
You must be signed in to change notification settings - Fork 408
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
Compatibility with S3 #283
Comments
Is this being worked on currently? I was going to take a stab at it. If it's not being worked on, can you summarize what remains? Is it just those two issues? Is #40 complete? |
IMO all tickets are pointing to the same issues, but none of them is resolved. We do not work on S3 compatibility, but we are happy to implement well-tested pull requests. |
@johndevor please note that stable/3.6.x is ahead of master (until the next major release). so – if you wanna add a PR, please use that branch. |
Hello :D Is this being worked on ? |
@emilpriver we don't actively work on this issue. see my previous comments. |
It would be appreciated if you could add a (prominent?) note somewhere on this repo's README to reflect that there's no S3 support. I just upgraded my local app to use Grappelli, then installed |
im waiting for this tooooo |
I happened to be joining django-filebrowser with django-storages for s3, and figured I'd put in an afternoon of work getting it going. I have it working, not sure if it's good enough for a PR yet as I feel it's a bit hacky but I'll post some relevant code below. My Versions are
I have this in a
In
Some Notes:
Hopefully this helps some people until a PR is made. I'm not likely to make one soon. I have done some testing, but probably not all the cases, I'll update the post when I find a bug in the above code. |
This is a container for all tickets related to S3 storage. Please note that we currently do not support S3 with the filebrowser, but we do appreciate hints on how to make this work.
The text was updated successfully, but these errors were encountered: