S3 Browser: Difference between revisions
Created page with "<syntaxhighlight lang="json-object" line="1"> <CORSConfiguration> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>PUT</AllowedMethod> <AllowedMethod>POST</AllowedMethod> <AllowedMethod>DELETE</AllowedMethod> <AllowedMethod>GET</AllowedMethod> <ExposeHeader>ETag</ExposeHeader> <AllowedHeader>*</AllowedHeader> </CORSRule> </CORSConfiguration> </syntaxhighlight>" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<syntaxhighlight lang="json | <syntaxhighlight lang="json"> | ||
<CORSConfiguration> | <CORSConfiguration> | ||
<CORSRule> | <CORSRule> | ||