AWS S3 storage
Create S3 Bucket (Optional)
Create a dedicated bucket to store recordings generated by WISE. This is optional.
If you wish to store these recordings on an existing bucket, then this step can be skipped
Create Policy
Create new policy in AWS
Policy name:
WiseS3FileUploaderPolicy
Description:
Policy to allow WISE platform to upload the raw Zoom recordings of the sessions conducted on WISE
Put below JSON in order to grant the S3 upload access
<bucket_name>: Put the bucket name of the existing/new bucket that you have chosen.
path: You can grant access as
*
(any path inside bucket) and choose the actual path in the Wise configuration.
Alternatively, you can put the exact path where you want to store the files at, in order to put a restrictive access. If you do so, ensure that actual path in Wise configuration should match with this, otherwise the upload will fail due to insufficient permissions.
Create an IAM User
Create an IAM user with name “WiseS3FileUploader”
Proceed next to assign policy
Assign the policy WiseS3FileUploaderPolicy that was created in the previous step
Proceed to create user
Click on the newly created user to visit its settings page
Go to “Security Credentials” tab, go to “Access Keys”
Proceed with “Create Access Key” option and choose “Third party service” option.
Proceed to generate the keys. Download the CSV file for the generated keys and save it at a safe location.
Share this file with Wise team
Share the details with Wise team
Please share the below details with Wise team
Credentials file: You can share the entire credentials file which you would have got while creating IAM User in Step 9. Or you can share the Access Key and Secret Key individually.
Bucket Name: Name of the bucket that you have chosen ex:
mycompany-wise-recordings
Path: Path inside the bucket where the files should be stored ex: "", "/production", "class_recordings", etc. Do not put spaces or special characters
Region of the Bucket
FAQs
What will be the name of the recording file when it is saved?
The recording file will be named
<sessionId>.mp4
and will be saved in the following locations3://<bucket>/<path of your choice>/<sessionId>.mp4
. ****Please note that the sessionId would be Session ID in WiseWill the recording file be accessible on the Wise platform for downloading?
Yes, the recording file will only be available via GetSession API and will not be accessible via the Wise platform.
Will the recording file be accessible on the Wise platform for viewing in the Courses?
If the Institute setting to share Session Recordings in the course is enabled, the recordings will the HLS encrypted and saved in Wise’s S3 (not client S3 location). The session recordings will be streaming using this HLS encrypted file.
Will the link of the recording file we available in the sessions API?
Yes, the API response will continue to have the link of the rawRecording file as currently available.
Last updated