Mar 13, 2023
It doesn't look like the boto3 library has a recursive download method for all the files in a bucket or specific folder, but you could use the list_objects method and the loop over the files in the list.
See this StackOverflow post:
https://stackoverflow.com/questions/31918960/boto3-to-download-all-files-from-a-s3-bucket