AWS S3 make public via ACL disabled?

Kai021195

I am trying to make my file public through AWS management console, I have already turned off the bucket block public access as below.

enter image description here

But when I go to the file and try to make the file public, the option is disabled

enter image description here

I followed the official instruction on AWS, but apparently, it had some new updates on this option.

https://aws.amazon.com/tw/premiumsupport/knowledge-center/read-access-objects-s3-bucket/

Am I missing anything or there are some settings I did'nt do ?

Omar Rosadio

Probably the bucket has ACLs disabled.

Since November 2021, you can disable access control lists (ACLs). Using ACLs is not recommended except in unusual circumstances where you need to control access for each object individually. Instead you should grant permissions using the bucket policy.

Anyway, if you need to use ACLs then to enable it go to Permissions tab and change the Object Ownership option:

Object Ownership

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do you make an S3 object public via the aws Java SDK?

Want to make public my AWS S3 bucket public?

AWS Lambda with AdministratorAccess throws 'Access Denied' when saving to s3 with ACL 'public-read'

Make folders created in aws3 bucket public or private in Amazon S3

JS AWS S3 public bucket access via makeUnauthenticatedRequest: "Network Failure"?

S3 ACL Public-Read on Swisscom Cloud

S3 default public ACL fot object

AWS S3 Bucket make specific folder and all files in it public

AWS S3 cmd to automatically make file public while uploading

AWS S3 Bucket policy public. How to make object private?

Make a S3 resource public read-only for some duration using the AWS SDK for node?

Make a bucket public in Amazon S3

How to update ACL access of AWS S3 object?

what is the difference between Object and Object ACL in AWS S3?

AWS S3 permissions - error with put-bucket-acl

AWS S3 download via BITS

How to set S3 bucket policy to (mostly) private when object acl is public?

How to set ACL to public-read when adding a file to S3 or DigitalOcean

How to add public permissions for S3 bucket via terraform

AWS S3 - Allow public to view HTML files

How to upload files to AWS S3 with public access granted?

Read the file count in a public AWS S3 bucket

Upload a file to AWS S3 with public access granted

AWS S3 putobject with public read permissions - .Net SDK

Making public s3 artifacts from AWS code build

Allow public access for images only in AWS S3

rails - Amazon S3 make image files public

Make multiple public files back to private on Amazon S3

Make a file in s3 public using python and boto