Skip to content

Commit c0483b7

Browse files
authored
Create s3_cors.xml
This is an example file for s3_cors.xml
1 parent 59fe409 commit c0483b7

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)