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 年前

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

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

回答問題指南