Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphallberg authored Sep 28, 2021
1 parent ed2b454 commit 6c51f14
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Compile the application locally.
yarn build
```

## Enable CORS Policy
### Enable S3 CORS Policy

This must be set on the S3 bucket to allow playback of media using signed URLs.
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.
```
<CORSConfiguration>
<CORSRule>
Expand All @@ -31,7 +31,10 @@ This must be set on the S3 bucket to allow playback of media using signed URLs.
</CORSConfiguration>
```

This must be set on the VidiCore instance your application is running on.
### Enable S3 CORS Policy

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.
`PUT /API/configuration/cors`
```
<CORSConfigurationDocument xmlns="http://xml.vidispine.com/schema/vidispine">
<entry>
Expand Down

0 comments on commit 6c51f14

Please sign in to comment.