Guest User

Untitled

a guest
Jun 2nd, 2020
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  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>GET</AllowedMethod>
  6. <AllowedMethod>HEAD</AllowedMethod>
  7. <MaxAgeSeconds>3000</MaxAgeSeconds>
  8. <AllowedHeader>Authorization</AllowedHeader>
  9. </CORSRule>
  10. </CORSConfiguration>
Add Comment
Please, Sign In to add comment