Drupal 9 compatible initial commit using an automated rector patch
This version contains the following fixes:
This version provides a new process plugin s3_download which can be used like the file_copy plugin used in normal Drupal file migrations:
s3_download
file_copy
field_file_or_image: plugin: s3_download source: s3_path access_key: MY_ACCESS_KEY secret_key: MY_SECRET_KEY bucket: my_bucket_name dest_dir: path/in/public/files
See the README for full details.
Development release