I have uploaded some files to a S3 bucket. In order to restrict access I have set up a bucket policy with HTTP referrer where redirects from a Sharepoint-site is allowed. I use Sharepoint because of the authorization of users that will access the S3-files. This works fine. But only with Firefox!
After searching around it seems that the other browsers (I've tried Chrome and Edge) blocks the HTTP referrer? What gives?
I can give access through AWS and IAM of course, but that complicates things a bit. At this point access control with O365 seems the easiest. But I don't want to force the clients to use Firefox.
(Note: based on the information you could ask why not use Sharepoint to host the files. I have a static html, and it is so easy to set up on S3. But perhaps there are some alternatives on Sharepoint?)