Skip to content

Commit d787bf2

Browse files
author
GitHub Action
committed
🤖 CI: Prerelease: 1.0.3-0
1 parent bbf3b01 commit d787bf2

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
@@ -61,6 +61,7 @@ No modules.
6161
|------|-------------|------|---------|:--------:|
6262
| <a name="input_bucket_name_prefix"></a> [bucket\_name\_prefix](#input\_bucket\_name\_prefix) | A prefix name for the bucket | `string` | n/a | yes |
6363
| <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 |
64+
| <a name="input_public_access"></a> [public\_access](#input\_public\_access) | n/a | `bool` | `false` | no |
6465
| <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 |
6566
| <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 |
6667
| <a name="input_root_principal"></a> [root\_principal](#input\_root\_principal) | The root prinicipal. In most cases leave this as 'root' | `string` | `"root"` | no |

sly.json

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

0 commit comments

Comments
 (0)