@simon @webology why don't just use Django Storages? It's "transparent" and you can change your storage provider in the future without any vendor lockin effect π
https://github.com/jschneier/django-storages
Top-level
@simon @webology why don't just use Django Storages? It's "transparent" and you can change your storage provider in the future without any vendor lockin effect π 2 comments
|
@paulox @webology doesnβt that involve uploading a file to Django which then pushes that file to S3?