Simple example to restrict access to Cloudfront(S3) files from some users but not others
问题 I'm just getting started with permissions on AWS S3 and Cloudfront so please take it easy on me. Two main questions: I'd like to allow access to some users (e.g., those that are logged in) but not others. I assume I need to be using ACLs instead of a bucket policy since the former is more customizable in that you can identify the user in the URL with query parameters. First of all is this correct? Can someone point me to the plainest english description of how to do this on a file/user-by