Why "make public" option on object is now removed?

0

Hi Everyone, with latest changes in AWS S3 service, now we can't make any object publicly available via URL from S3 bucket.

Why this feature is removed?

What are the all new changes in S3 Service?

Can anyone please suggest good AWS Document URL to know about these changes?

Thank you in advance.

Best regards, Ashish Barot

質問済み 2年前795ビュー
2回答
0

There is a good post here https://aws.amazon.com/premiumsupport/knowledge-center/read-access-objects-s3-bucket/ on how to make a bucket public.

回答済み 2年前
0

The procedure has changed. Currently, ACLs have been disabled by default for objects. A majority of modern use cases in Amazon S3 no longer require the use of ACLs, and AWS recommends that we disable ACLs except in unusual circumstances where you need to control access for each object individually.

For a situation where you want to enable public access to each object, you have to follow the below-given steps.

  • Go to the bucket
  • Go to Permissions
  • Go to Object Ownership section
  • Click Edit
  • Select ACL enabled
  • Change object ownership to Object writer.
  • Save changes

Now you can go to the bucket again and select the relevant object which will have the enable public access option available to make the object public.

回答済み 2年前

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

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

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

関連するコンテンツ