You control access to S3 buckets and objects with:
A.
Identity and Access Management (IAM) Policies.
B.
Access Control Lists (ACLs).
C.
Bucket Policies.
D.
All of the above
You control access to S3 buckets and objects with:
You control access to S3 buckets and objects with:
A.
Identity and Access Management (IAM) Policies.
B.
Access Control Lists (ACLs).
C.
Bucket Policies.
D.
All of the above
the refer: http://docs.aws.amazon.com/AmazonS3/latest/dev/access-policy-language-overview.html
Amazon S3 offers access policy options broadly categorized as resource-based policies and user policies. Access policies you attach to your resources (buckets and objects) are referred to as resource-based policies. For example, bucket policies and access control lists (ACLs) are resource-based policies. You can also attach access policies to users in your account. These are called user policies. You may choose to use resource-based policies, user policies, or some combination of these to manage permissions to your Amazon S3 resources.
ACLs here might not be the same as Network ACLs?