I have a bucket that is accessible from some people in my org and has an Access control list configuration to allow access from another AWS account (read and write).
I don't want anyone to be able to put objects with public ACLs. So I read about the "block public access" at the bucket level. You can choose to block only bucket policies or ACLs policies, there are 4 options. I want to block public objects ACL but if I choose this option it will block the access from the external AWS account? I am confused by the concepts of object ACL and bucket ACL.