diff --git a/infrastructure/terraform/modules/s3_presignable_bucket/main.tf b/infrastructure/terraform/modules/s3_presignable_bucket/main.tf index c58ca5fe..4d92a6f3 100644 --- a/infrastructure/terraform/modules/s3_presignable_bucket/main.tf +++ b/infrastructure/terraform/modules/s3_presignable_bucket/main.tf @@ -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"]