- Allow blank postCopyAction, or "none". This can be useful when using the same job definition for multiple environments and are using a variable to control the PCA. This way you can set the variable to "none" in the environment where you don't want it to run. - Also prevent S3 source directories from starting or ending with a /
24.25.1
- Add possibility for encryption to the s3 schemas
24.25.0
- Added new cacheable plugin equivalent to the SSM one, but for Secrets Manager
24.23.0
- Added new cacheable plugin to allow dynamically updated variables to be written back to SSM Parameter Store. For more detail see `open-task-framework` documentation for version 24.22.0 - Minor tweaks to SSM lookup plugin
24.19.0
- Removed a stray `break` in S3 file listing that was preventing fetching more than the first 1000 records - Added new feature to allow moving a file from the source S3 bucket into another destination as a post copy action by referencing the full `s3://` path.
24.16.0
- Added a wider window for refreshing token. If it's within 60 seconds of expiry when checking we will refresh it, so handle instances where there's a delay renewing.