Letting users to download data from my Django app
I want to provide a way for my users to download their data, which are stored in S3, through my app. Should I provide them with a public url followed by a key random key, as in this example?
http://s3.amazonaws.com/user-xyz123/folder/some_… Continue reading Letting users to download data from my Django app