#linking s3 objects to django models
5 messages · Page 1 of 1 (latest)
Here are some pointers to get you started:
- Have a look at the
ImageFieldfor models. - You can also configure your
MEDIAsettings to use S3 as aSTORAGEoption. - The package django-storages should help with this.
i was looking at django-storages but i don't know if i can use it for what i want to do
s3 signed urls for POST and cloudfront for GET
Yes I believe it can as it uses boto under the hood. Take the time to read the docs carefully and even experiment with it before rolling your own thing