79274273

Date: 2024-12-12 08:17:22
Score: 1
Natty:
Report link

The simplest solution is to use Cloudfront to create a distribution for your S3 bucket.

You can set up a Cloudfront distribution to only give access with signed URL. This signed URL will work for GET and HEAD request.

The method to sign your URL is different but there's some examples : https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateCFSignatureCodeAndExamples.html

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: JGWacyk