This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Releases: bcgov/sfts2s3
Releases · bcgov/sfts2s3
v1.1.0
Introduces options: run-on-init, mode, and no-clobber-copy. New options are defaulted to maintain backwards compatibility with v1.0.0.
- run-on-init if
truewill trigger a SFTS2S3 transfer process once at deployment time. Deployment will continue to run according to cron-time-spec if set. To retain v1.0.0 behavior, this option defaults tofalse. - mode introduces a
cpmode, which will preserve files in SFTS without deleting them after the transfer as v1.0.0 did. To retain v1.0.0 behavior, this option defaults tomv. - no-clobber introduces a the option to not overwrite files in S3 if files of the same name already exist. Enabled by setting to
true. To retain v1.0.0 behavior, this option defaults toflase.
v1.0.0
- Moves all files from SFTS to the S3 bucket under the S3 path prefix specified
- Clobbers files in S3 when moving identically named files (or causes a new version of the file if S3 bucket versioning is enabled)
- Drains files from SFTS by default (as in a
mvrather than acp)