Skip to content

Commit ee399f1

Browse files
author
GitHub Action
committed
🤖 CI: Prerelease: 1.0.7-0
1 parent 84a4fc5 commit ee399f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ No modules.
6464
| <a name="input_notification_prefixes"></a> [notification\_prefixes](#input\_notification\_prefixes) | The object prefixes to create SNS notifications for (e.g. ['folder1/', 'folder2/'] or [''] for everything) | `list` | `[]` | no |
6565
| <a name="input_public_access"></a> [public\_access](#input\_public\_access) | n/a | `bool` | `false` | no |
6666
| <a name="input_read_only_principals"></a> [read\_only\_principals](#input\_read\_only\_principals) | The ARNs of users/roles/etc that have read-only access to the bucket | `list` | `[]` | no |
67+
| <a name="input_read_only_services"></a> [read\_only\_services](#input\_read\_only\_services) | The AWS services that have read-only access to the bucket (e.g. ses.amazonaws.com, lambda.amazonaws.com) | `list` | `[]` | no |
6768
| <a name="input_read_write_principals"></a> [read\_write\_principals](#input\_read\_write\_principals) | The ARNs of users/roles/etc that have read-write access to the bucket | `list` | `[]` | no |
6869
| <a name="input_root_principal"></a> [root\_principal](#input\_root\_principal) | The root prinicipal. In most cases leave this as 'root' | `string` | `"root"` | no |
6970
| <a name="input_write_only_principals"></a> [write\_only\_principals](#input\_write\_only\_principals) | The ARNs of users/roles/etc that have write-only access to the bucket | `list` | `[]` | no |

sly.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.6"
2+
"version": "1.0.7-0"
33
}

0 commit comments

Comments
 (0)