Skip to content
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

Move to S3 file backend rather than disk based #13

Open
hmacdope opened this issue Nov 15, 2023 · 1 comment
Open

Move to S3 file backend rather than disk based #13

hmacdope opened this issue Nov 15, 2023 · 1 comment

Comments

@hmacdope
Copy link
Collaborator

Currently the files are saved on disk inside the docker container, as is done by default with Django and MEDIA_ROOT. This is terrible as it is not re-usable. This should be moved to some kind of S3 backend.

@hmacdope
Copy link
Collaborator Author

Probably need to make the Django pk slug a UUID rather than an integer that we can then crossref with a bucket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant