In the past we have had to handle migrations from Acquia to Pantheon, and we've developed many scripts to automate portions of this process. We want to start incorporating some of these scripts into Polymer, and we can start with the script that transfers public and private files from Acquia to Pantheon.
We really just need a audit mechanism that determines which file structure is used for the given Acquia application type, verifies this information against Drupal settings, and then generates rclone configuration to sync the files from Acquia to Pantheon's file system. See #24 .
In the past we have had to handle migrations from Acquia to Pantheon, and we've developed many scripts to automate portions of this process. We want to start incorporating some of these scripts into Polymer, and we can start with the script that transfers public and private files from Acquia to Pantheon.
We really just need a audit mechanism that determines which file structure is used for the given Acquia application type, verifies this information against Drupal settings, and then generates rclone configuration to sync the files from Acquia to Pantheon's file system. See #24 .