Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
I'm curious about the API that uploads files to panopto with php
kim kyung yoon
Tyro
I want to upload the video files to panopto, but I don't use aws
Is it possible to upload to php without using s3 api?
I'd appreciate it if you could let me know if you have that sauce
0
Best Answer
-
Kevin Baum Panopto Employee
Hello,
Panopto uses the S3 protocol to upload content using our Upload API. The files are initially sent to a Panopto server, before being sent to the final data storage. Since we use the same protocol to upload files, we recommend using the AWS APIs to upload content using our Upload API, even though it's not going directly to S3.
Unfortunately, we do not have any examples or samples of uploading data without using the S3 API.
Please let me know if you have any other questions.
Thanks,
Kevin
1