I am building a site which have content provided to the users only if they paid/subscribed to that content.
I am going to use Amazon S3 for the file storage and looking forward I am trying to understand how can I make sure that users will not be able to reach my content directly if they didn’t pay for it.
my server side is Django.
If you are going to use Amazon S3 for the file storage, a good start is reading your selected hosting provider documentation about protecting your data:
http://aws.amazon.com/s3/#protecting