Skip to content

Commit 31a8c14

Browse files
authored
Merge pull request udacity#278 from giovanimachado/patch-1
Create s3_cors.json
2 parents 227eb9a + 7f50c85 commit 31a8c14

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"AllowedHeaders": [
4+
"*"
5+
],
6+
"AllowedMethods": [
7+
"GET",
8+
"PUT",
9+
"POST",
10+
"DELETE"
11+
],
12+
"AllowedOrigins": [
13+
"*"
14+
],
15+
"ExposeHeaders": []
16+
}
17+
]

0 commit comments

Comments
 (0)