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ヶ月前110ビュー
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?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ