-
Notifications
You must be signed in to change notification settings - Fork 0
버킷 CORS 설정하기
Eunseop Lim edited this page Aug 7, 2022
·
1 revision
{
"CORSRules": [
{
"AllowedOrigins": ["*"],
"AllowedHeaders": ["*"],
"AllowedMethods": ["PUT", "GET", "DELETE"],
"MaxAgeSeconds": 3000
}
]
}
aws s3api put-bucket-cors --bucket bside-front-qa --cors-configuration file://cors.json --endpoint-url https://kr.object.ncloudstorage.com