Restrict access to website hosted on S3

后端 未结 3 966
野趣味
野趣味 2020-12-04 19:39

I would like to host a static website at amazon S3, but I need to restrict access to it to certain users. This maybe by ip address or by amazon credentials (only logged in u

3条回答
  •  一整个雨季
    2020-12-04 20:14

    You can restrict access to the bucket/static website to certain http referers too. So you could set up a wordpress membership site where only logged in users to that site can access the site hosted on Amazon. E.g. mymembershipsite.com/members .

提交回复
热议问题