Skip to content

Commit 6ca8ee3

Browse files
committed
fix(prod): s3 CORS PUT 추가
1 parent c15173d commit 6ca8ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/prod/s3/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "aws_s3_bucket_cors_configuration" "prod" {
4141

4242
cors_rule {
4343
allowed_headers = ["*"]
44-
allowed_methods = ["GET"]
44+
allowed_methods = ["GET", "PUT"]
4545
allowed_origins = var.allowed_origins
4646
expose_headers = ["ETag"]
4747
max_age_seconds = 3000

0 commit comments

Comments
 (0)