How do I list my linode objects on my website?
I am running an apache2 server on ubuntu and I want to list my objects which are all mp4 files on my website, either using php or javascript. Right now im having trouble doing either. Object storage is so confusing to me so if anyone has any tips please let me know :)
Thank you
1 Reply
For adding videos and video players to a website using Javascript, you may find this video/link helpful:
https://www.youtube.com/watch?v=2TvHMDNQxt4
For a shorter, more succinct video example:
https://wplearninglab.com/amazon-s3-video-embed-code/
While the steps listed in the second video show the S3 bucket being created on AWS differs from how you create object storage buckets on Linode, since Linode uses S3 object storage, everything else will still apply.
If you need more information on getting started with Object Storage at Linode, you may find the following documentation helpful:
https://www.linode.com/docs/products/storage/object-storage/get-started/
-Micah