I'm trying to get a static website hosted in AWS S3 to be the only way to download/view files from another S3 bucket.
Is this possible?
I've implemented a solution with a custom nodejs backend to do the validation and send the file to the front-end but I think this would be more expensive in the long run.