mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Added back in restrcted headers
This commit is contained in:
parent
0bac17f06b
commit
30f7a30e28
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ resource "aws_s3_bucket" "bucket" {
|
|||
acl = "private"
|
||||
|
||||
cors_rule {
|
||||
allowed_headers = ["*"]
|
||||
allowed_headers = ["Content-Type", "Authorization"]
|
||||
allowed_methods = ["PUT"]
|
||||
allowed_origins = var.allowed_origins
|
||||
expose_headers = ["ETag"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue