Making a website with similar concept to netflix using cloudfront

Hello im trying to make a simple website that is similar to you tube or Netflix. what i want to achieve is a simple video streaming website just for newbie. Im actually creating a code to practice my skills in deploying website in AWS. im using s3 and cloudfront distribution. I find it hard fetching all the videos available in the s3 bucket

my s3 bucket configuration is private
the only way you can communicate to my s3 is using cloudfront.

to be honest im using AI assistance to create my code because i cant create it from scratch.

All i want is to capture every videos available on one of the folder i created in my s3bucket with a cloudfront distribution. I tried fetching data from my cloudfront but it did not work.

is there other way for me to fetch data from my s3 using cloudfront?