Looking to transfer uploads from a strapi 3 project to strapi 4

System Information
  • Strapi Version: 4.1.12 and 3.6.6
  • Operating System: Mac Os Monterey (Intel chip)
  • Database: MySql
  • Node Version: v14.18.0
  • Yarn Version: 1.22.19

I’m currently in the progress of migrating my Strapi v3 database to Strapi v4. I’ve created a new Strapi v4 project and I’m in the process of moving everything over however I can’t seem to figure out how to move the image files I’ve uploaded to v3 over to v4. I tried using the api to fetch all the photos from v3 and uploading the JSON data to v4 but that didn’t work. I’m using the aws s3 provider for both versions.

Thank you