S3 Documents Appearing In Google Search

0

Help!

We realized our AWS S3 Documents are showing up in Google Search and the links are clickable. These documents are for our clients who pay for a subscription with us. How do I change the settings of the documents so that they do not appear in Google Search? We do make the link public when we release them but that is so our client can view them. Is there anyway around them being available to ANYONE in Google?

HSN
已提問 1 個月前檢視次數 109 次
1 個回答
0
已接受的答案

Ensure that your S3 bucket permissions are set correctly:

  • Block Public Access: Enable “Block all public access” for your S3 bucket to prevent accidental public exposure.
  • Bucket Policy: Create a bucket policy that denies public access to all objects in the bucket.
  • Object ACLs: Make sure that individual objects (documents) are not publicly accessible. Set their ACLs to private or restrict access to authorized users only.
已回答 1 個月前
  • Thank you! Is there any way to block the S3 Documents from being Searchable on Google while still having the link public to have our clients click on the document to access it without having to sign into a platform?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南