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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠