Amazon web services – How to restrict read access to file in S3 file
I'm new in AWS S3. My project needs to upload images to a 'private' S3 bucket (disable all public access setting in S3) and allows only certain users to access these images who have valid JWT token (mostly stored in…