Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit ba81cbf

Browse files
author
Anthony Agnone
committed
Merge branch 'master' of github.com:udacity/cloud-developer
2 parents 8b8929f + c0483b7 commit ba81cbf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
3+
<CORSRule>
4+
<AllowedOrigin>*</AllowedOrigin>
5+
<AllowedMethod>POST</AllowedMethod>
6+
<AllowedMethod>GET</AllowedMethod>
7+
<AllowedMethod>PUT</AllowedMethod>
8+
<AllowedMethod>DELETE</AllowedMethod>
9+
<AllowedMethod>HEAD</AllowedMethod>
10+
<AllowedHeader>*</AllowedHeader>
11+
</CORSRule>
12+
</CORSConfiguration>

0 commit comments

Comments
 (0)