File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Compile the application locally.
1919yarn build
2020```
2121
22- ## Enable CORS Policy
22+ ### Enable S3 CORS Policy
2323
24- This must be set on the S3 bucket to allow playback of media using signed URLs.
24+ This must be set on the S3 bucket to allow playback of media using signed URLs. This can be done either via the AWS console or the AWS website.
2525```
2626<CORSConfiguration>
2727 <CORSRule>
@@ -31,7 +31,10 @@ This must be set on the S3 bucket to allow playback of media using signed URLs.
3131</CORSConfiguration>
3232```
3333
34- This must be set on the VidiCore instance your application is running on.
34+ ### Enable S3 CORS Policy
35+
36+ This must be set on the VidiCore instance your application is running on. This can be done in the console of you choice or via Postman.
37+ ` PUT /API/configuration/cors `
3538```
3639<CORSConfigurationDocument xmlns="http://xml.vidispine.com/schema/vidispine">
3740 <entry>
You can’t perform that action at this time.
0 commit comments