Addy Adeosun
TyroPlease 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.
Comments
-
This would be a great feature! We've been trying to clean up our Panopto environment too and it will make it much easier.
-
Thank you Kevin! I've passed your comment along to the support specialist and will let you know if we have any additional questions. Addy
-
Thank you, I put in a ticket yesterday. I appreciate your help!
-
Hi Kevin, this is the output he's getting after adding a "/" to the service endpoint: Do you have any additional suggestions?
-
Thank you for the response Kevin! This is the code he's using to split the upload target: echo "upload target = $upload_target\n\r"; $elements = explode('/', $upload_target); $service_endpoint = implode('/', array_slice($elements, 0, -2)); $bucket = current(array_slice($elements, -2, 1)); $prefix =…
-
Okay, I'll go ahead and do that. Thank you