-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Describe the bug
aws-s3-cp (or mv) step is setting exclude filter at the end, affecting the prior include filter.
My Rundeck detail
- Rundeck version: 3.2.8
- install type: war
- OS Name/version: ubuntu 18.04 - windows 10
- DB Type/version: any
Expected behavior
A way to set the order of include and exclude filters.
Screenshots
python script edited to show the aws command:

From aws documentation

Ugly workaround
Edit the python script from libext/cache/aws-s3-steps-1.2.0/ to re-order parameters.
Reactions are currently unavailable