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.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Available targets:
85
85
| Name | Description | Type | Default | Required |
86
86
|------|-------------|:----:|:-----:|:-----:|
87
87
| acl | The canned ACL to apply. We recommend `private` to avoid exposing sensitive information | string |`private`| no |
88
+
| additional_bucket_policies | Set this to a list of strings containing valid JSON policy statements if you want to add arbitrary additions to the bucket policy | list |`<list>`| no |
88
89
| allow_encrypted_uploads_only | Set to `true` to prevent uploads of unencrypted objects to S3 bucket | string |`false`| no |
89
90
| allowed_bucket_actions | List of actions the user is permitted to perform on the S3 bucket | list |`<list>`| no |
90
91
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
| Name | Description | Type | Default | Required |
4
4
|------|-------------|:----:|:-----:|:-----:|
5
5
| acl | The canned ACL to apply. We recommend `private` to avoid exposing sensitive information | string |`private`| no |
6
+
| additional_bucket_policies | Set this to a list of strings containing valid JSON policy statements if you want to add arbitrary additions to the bucket policy | list |`<list>`| no |
6
7
| allow_encrypted_uploads_only | Set to `true` to prevent uploads of unencrypted objects to S3 bucket | string |`false`| no |
7
8
| allowed_bucket_actions | List of actions the user is permitted to perform on the S3 bucket | list |`<list>`| no |
8
9
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
0 commit comments