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

asked 2 years ago785 views
2 Answers
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.

answered 2 years ago
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.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions