Is it impossible to use AWS CloudFront for downloading my private image on S3?
问题 I'm making a global iOS App with AWS SDK. And there is a function for users to get image files; only if the requester is a friend of the image files' uploader. For this function, I use AWS S3 for storage service with private access. And I want to use CloudFront for my users to get download files faster. I should set the bucket name for downloading on AWS S3 SDK, but it seems that the CloudFront does not support for this bucket name. Is AWS CloudFront only for public things with url? 回答1: If