Skip to content

Commit

Permalink
fix: trigger release for S3 default KMS encryption fix (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee authored Oct 3, 2023
1 parent a164d2a commit 8bf754e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws-s3-private-bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ No modules.
| <a name="input_public_access_block"></a> [public\_access\_block](#input\_public\_access\_block) | n/a | `bool` | `true` | no |
| <a name="input_service"></a> [service](#input\_service) | n/a | `string` | n/a | yes |
| <a name="input_transfer_acceleration"></a> [transfer\_acceleration](#input\_transfer\_acceleration) | n/a | `bool` | `false` | no |
| <a name="kms_encryption"></a> [kms\_encryption](#kms\_encryption) | Use KMS encryption instead of the default (SSE) | `bool` | `false` | no |
| <a name="kms_key_type"></a> [kms\_encryption](#kms\_key\_type) | KMS encryption key type, if `kms_encryption`` is set to true| `string` | `SYMMETRIC_DEFAULT` | no |

## Outputs

Expand Down

0 comments on commit 8bf754e

Please sign in to comment.