-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement S3 storage. #4
Comments
I would recommend against this, and for using WhiteNoise instead. See http://whitenoise.evans.io/en/stable/#shouldn-t-i-be-pushing-my-static-files-to-s3-using-something-like-django-storages. |
Oh sorry, this is my mistake because I did a drive by and opened a bunch of issues today. I should have been clearer when explaining them. As it stands, for faster turnaround I store all uploaded Fits files need to be stored in S3, otherwise we will soon-ish (hopefully) be renting some very large drives to keep up with demand. This is why static is in quotation marks. These aren't your classic files, these files shouldn't be in "static". I was considering moving thumbnails to S3, but given your link - perhaps we shouldn't? |
Ah, got it! Yeah, I don't think anything user-provided belongs in I think |
Abandon the "static" storage workarounds we have now in favor of hosting data on S3.
Can this be made to load from the browser-side and not go through server-side or will we have to give too many access privileges to our buckets/objects?
The text was updated successfully, but these errors were encountered: