migrate_process_s3 8.x-1.0

New features
Unsupported

This version provides a new process plugin s3_download which can be used like the file_copy plugin used in normal Drupal file migrations:

  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.

Subscribe with RSS Subscribe to Releases for Migrate Process S3