What are best practices for an app that stores user data (files,images,etc.) on AmazonS3 server ?
This app requires that URL to uploaded file be available as soon as it is uploaded (URL is to be stored in database).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The URL should be returned as soon as you upload the file, alternatively you can deduce the URL if you know the File Name, Bucket Name, and base URL (which you should know all 3 of those if you’re uploading the file.)
As far as best practices I’d say they’re the same whether you’re hosting the files yourself or via a CDN. The two most important to me would be: