Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Copy2s3 rule doesn't pass correct filepath to action #1519

Closed
qiyuangong opened this issue Jan 4, 2018 · 1 comment
Closed

Copy2s3 rule doesn't pass correct filepath to action #1519

qiyuangong opened this issue Jan 4, 2018 · 1 comment
Assignees

Comments

@qiyuangong
Copy link
Contributor

According to bug reported by Varsha, in her env copy2s3 related rule will produce wrong file path.

For example, the rule is like below:

file: matches /temp/test | copy2s3 -dest s3a://dest/

Then, the generated action will be:

copy2s3 -file /temp/test -dest s3a:/dest/

which is not correct.

@qiyuangong qiyuangong self-assigned this Jan 4, 2018
qiyuangong added a commit that referenced this issue Jan 5, 2018
* Fix dest path issue in copy2s3 related rule.
* Add Truncate0 to action list.
* Code style.
@qiyuangong
Copy link
Contributor Author

Already fixed.
Issue closed.

littlezhou referenced this issue in littlezhou/SSM-1 Jan 30, 2018
* Fix dest path issue in copy2s3 related rule.
* Add Truncate0 to action list.
* Code style.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant