Skip to content

Commit

Permalink
fix the README and add the missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ssickles committed Feb 16, 2024
1 parent 53a7c4f commit 993a225
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ save and retrieve files without having to think about persistence. For more info
| ------------------------- | ---------------- | ------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `server_side_encryption` | boolean | `true` | Encrypts all data at the object level as it is being written to S3, automatically decrypts it as you access it. The way you access objects (presigned URLs, listing objects, and retrieving objects) all works the same way as if they were not encrypted. |
| `versioning` | boolean | `false` | Use the versioning feature of S3 to keep multiple versions of each object stored in your bucket. With versioning you can list, retrieve, and restore multiple versions of your objects. |
| `public_read_only` | boolean | `false` | If toggled on, the contents of this S3 bucket will be made publicly accessible. Public access will be read-only. |
| `cors_orgins` | list(string) | `[]` | A set of origins that are allowed to make GET requests to this S3 bucket. |
| `cors_methods` | list(string) | `[]` | A set of HTTP verbs that are allowed to be used when making CORS requests to this S3 bucket. |

## Outputs
| Name | Description |
Expand Down

0 comments on commit 993a225

Please sign in to comment.