Migro tool allows you to migrate files to Uploadcare from AWS S3, cloud file management services or other DIY solutions. You can migrate from additional services by providing URLs for file import. Once migrated, your files will handled and delivered using Uploadcare’s CDN.
Migro doesn’t directly download any files.
It utilizes the Upload API, precisely the
From URL method.
Migro supports migration from the following sources:
The migration process is straightforward: you either provide a list of file URLs or set your AWS S3 credentials (scans the bucket and generates temporary signed URLs for all files), and those files are uploaded to your Uploadcare project.
Upon completion, you will receive a listing of all uploaded files. You will also receive details on the status of each processed file and any errors that may have occurred.
Each migration source requires API keys.
Utility requires Python version 3.8 or later.
To install migro, run:
Read the complete documentation on GitHub.