fix: Correct CORS syntax in yc-s3 module

This commit is contained in:
kochetkov.s 2026-01-19 15:15:29 +03:00
parent cd68e73e40
commit 1bba8d0d53

View File

@ -27,7 +27,7 @@ resource "yandex_storage_bucket" "pulse" {
acl = "public-read"
# Настройка CORS для внешнего доступа
cors {
cors_rule {
allowed_headers = ["*"]
allowed_methods = ["GET", "PUT", "POST", "DELETE", "HEAD"]
allowed_origins = ["*"]