Good evening,
I am a bit confused about what Django-Storages is needed for? (http://django-storages.readthedocs.org/en/latest/index.html) Does it simply provide a layer to continue using basic Django storages code, but with Amazon S3? If so, is that why it uses Boto?
I will want to use DevPay and Amazon S3. Will
s3boto
work with that? I read that for devpay to work with S3, the requests need to be in REST. Will streaming a video, or getting the URL of a picture work with DevPay? (Both on mobile and web browser.)
Thanks!