Skip to content

Commit 6c51f14

Browse files
Update README.md
1 parent ed2b454 commit 6c51f14

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Compile the application locally.
1919
yarn 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>

0 commit comments

Comments
 (0)