You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.yaml
+48-7Lines changed: 48 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,10 @@ related:
66
66
67
67
# Short description of this project
68
68
description: |-
69
-
This module creates an S3 bucket with support of versioning, replication, encryption, ACL, and bucket object policy.
69
+
This module creates an S3 bucket with support for versioning, lifecycles, object locks, replication, encryption, ACL,
70
+
bucket object policies, and static website hosting.
71
+
70
72
If `user_enabled` variable is set to `true`, the module will provision a basic IAM user with permissions to access the bucket.
71
-
72
73
This basic IAM system user is suitable for CI/CD systems (_e.g._ TravisCI, CircleCI) or systems which are *external* to AWS that cannot leverage
73
74
[AWS IAM Instance Profiles](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html) and
74
75
do not already have IAM credentials. Users or systems that have IAM credentials should either be granted access directly based on
@@ -77,7 +78,7 @@ description: |-
77
78
We do not recommend creating IAM users this way for any other purpose.
78
79
79
80
This module blocks public access to the bucket by default. See `block_public_acls`, `block_public_policy`,
80
-
and `ignore_public_acls` to change the settings. See [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html)
81
+
`ignore_public_acls`, and `restrict_public_buckets` to change the settings. See [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html)
81
82
for more details.
82
83
83
84
# How to use this project
@@ -100,7 +101,43 @@ usage: |-
100
101
}
101
102
```
102
103
103
-
Using [grants](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html) to enable access to another account and for logging.
0 commit comments