Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set canned ACL in aws_s3_bucket_object. #8091

Commits on Aug 10, 2016

  1. Add ability to set canned ACL in aws_s3_bucket_object.

    An S3 Bucket owner may wish to set a canned ACL (as opposite to explicitly set
    grantees, etc.) for an object. This commit adds an optional "acl" attribute to
    the aws_s3_bucket_object resource so that the owner of the S3 bucket can
    specify an appropriate pre-defined ACL to use when creating an object.
    
    Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
    kwilczynski committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    af3c0c7 View commit details
    Browse the repository at this point in the history