Problem/Motivation
We need the ability for files to get moved from the local to the remote after an archive has been saved.
Acceptance Criteria
Testing steps
Issue fork dkan_dataset_archiver-3550390
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
swirtComment #4
swirtThis is creating files on AWS. Unfortunately they are all empty. But they carry the right names and the right paths. So the solution is close.
I am merging this PR now so that I can include what I have in a release.... because the previous reliease had a pretty significant bug.
Comment #6
swirtI released part of this in https://www.drupal.org/project/dkan_dataset_archiver/releases/1.0.0-alpha16
However there is still more needed to call the file sync working.
Comment #9
swirtMR 45 is going to need to be merged and unfortunately tagged and released in order to bump the version of FlySystem from V1 to V3. Then I can continue work on getting the remote file processing using the new version of FlySystem.
Comment #12
swirtThis is now complete. Files will move correctly from local to AWS S3 remote if the connections are established.
Comment #14
swirtThis has been released with Beta1.