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
Add variable access_log_bucket_prefix to customize S3 access log configuration (#57)
* Allow changing the prefix to be used in the specified S3 bucket for
access logs. This is useful for projects using different standards (e.g.
path with bucket name in the root folder).
* Fix variable description for `access_log_bucket_name`
| <aname="input_abort_incomplete_multipart_upload_days"></a> [abort\_incomplete\_multipart\_upload\_days](#input\_abort\_incomplete\_multipart\_upload\_days)| Maximum time (in days) that you want to allow multipart uploads to remain in progress |`number`|`5`| no |
174
-
| <aname="input_access_log_bucket_name"></a> [access\_log\_bucket\_name](#input\_access\_log\_bucket\_name)| Name of the S3 bucket where s3 access log will be sent to |`string`|`""`| no |
174
+
| <aname="input_access_log_bucket_name"></a> [access\_log\_bucket\_name](#input\_access\_log\_bucket\_name)| Name of the S3 bucket where S3 access logs will be sent to |`string`|`""`| no |
175
+
| <aname="input_access_log_bucket_prefix"></a> [access\_log\_bucket\_prefix](#input\_access\_log\_bucket\_prefix)| Prefix to prepend to the current S3 bucket name, where S3 access logs will be sent to |`string`|`"logs/"`| no |
175
176
| <aname="input_acl"></a> [acl](#input\_acl)| The canned ACL to apply. We recommend log-delivery-write for compatibility with AWS services |`string`|`"log-delivery-write"`| no |
176
177
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional tags for appending to tags\_as\_list\_of\_maps. Not added to `tags`. |`map(string)`|`{}`| no |
177
178
| <aname="input_allow_encrypted_uploads_only"></a> [allow\_encrypted\_uploads\_only](#input\_allow\_encrypted\_uploads\_only)| Set to `true` to prevent uploads of unencrypted objects to S3 bucket |`bool`|`false`| no |
| <aname="input_abort_incomplete_multipart_upload_days"></a> [abort\_incomplete\_multipart\_upload\_days](#input\_abort\_incomplete\_multipart\_upload\_days)| Maximum time (in days) that you want to allow multipart uploads to remain in progress |`number`|`5`| no |
37
-
| <aname="input_access_log_bucket_name"></a> [access\_log\_bucket\_name](#input\_access\_log\_bucket\_name)| Name of the S3 bucket where s3 access log will be sent to |`string`|`""`| no |
37
+
| <aname="input_access_log_bucket_name"></a> [access\_log\_bucket\_name](#input\_access\_log\_bucket\_name)| Name of the S3 bucket where S3 access logs will be sent to |`string`|`""`| no |
38
+
| <aname="input_access_log_bucket_prefix"></a> [access\_log\_bucket\_prefix](#input\_access\_log\_bucket\_prefix)| Prefix to prepend to the current S3 bucket name, where S3 access logs will be sent to |`string`|`"logs/"`| no |
38
39
| <aname="input_acl"></a> [acl](#input\_acl)| The canned ACL to apply. We recommend log-delivery-write for compatibility with AWS services |`string`|`"log-delivery-write"`| no |
39
40
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional tags for appending to tags\_as\_list\_of\_maps. Not added to `tags`. |`map(string)`|`{}`| no |
40
41
| <aname="input_allow_encrypted_uploads_only"></a> [allow\_encrypted\_uploads\_only](#input\_allow\_encrypted\_uploads\_only)| Set to `true` to prevent uploads of unencrypted objects to S3 bucket |`bool`|`false`| no |
0 commit comments