Access video files from S3 bucket in databricks using Unity Catalog

Hi ,
I am trying to access S3 bucker and read video files in a Databricks notebook in Unity catalog enabled workspace. What is the best approach to do this? Previously I used AWS credentials and boto3 to connect to S3. Is this still a recommended approach ? Current databricks documentation is quite confusing to me.
Thanks