Fix for Regenerate Thumbnails command, it will first attempt to download the original image, if that can't be found then
it will use the "scaled" image that WordPress 5.5 generates.
Added a new command, wp mediacloud report report-name.csv that iterates through all of the items in your media library and reports
on their cloud storage status.
The Migrate To Cloud, Import From Cloud, Clean Uploads and Regenerate Thumbnails tasks now generate CSV reports when
they run so you can see more details about what they did. The reports are located in your
WP_CONTENT/mcloud-reports directory.
You can toggle task reporting on or off in the Settings -> Batch Processing settings or through the
MCLOUD_TASKS_GENERATE_REPORTS environment variable. The default value is ON.
The Migrate To Cloud task has a new toggle Generate Verification Report which causes the task to verify that the
media migrated successfully. This will generate a report in the aforementioned reports directory.
The migrateToCloud wp-cli command now accepts a --verify flag to force verification.