-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
The S3 plugin currently uploads a file with the key set equal to the base filename that is returned by the matcher.
I would like to upload files with a key of the path that is returned by the matcher, i.e. if I have a matcher of 'el/**', and several files underneath, I would like to see the following keys in the S3 bucket:
el/noarch/file1.txt
el/some/path/file2.c
el/some/other/path/file3.java
el/afile
el/readme
and so on.