I tried to secure my content from S3 and only allow content access through Cloudfront. I don't want signed URLs, just basic URLs, so I don't add any Trusted Signed Details in advanced distribution settings but when I tried to access a file (with ACL updated to allow read access to the S3 Canonical user id) I always got this response error:
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?><Error><Code>MissingKey</Code><Message>Missing Key-Pair-Id query parameter</Message></Error>
What I doing wrong?
Thanks for your help.
Thibaud Guillaume-Gentil


