|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Brice Figureau
Path:
src/main/java/hudson/plugins/s3/S3BucketPublisher.java
http://jenkins-ci.org/commit/s3-plugin/40c193421e90fac7033f78a64a0a3e48e150cac0
Log:
JENKINS-21594: Allow to upload file without wildcard
Commit 24a3b88[1] introduced a feature for wildcard uploads, but broke
the original behavior if your upload is configured with a straight
filename.
For instance:
Destination bucket: path/to/dir
Source: file.tar.gz
Would be uploaded as path/to/dir, missing completely the source file name.
This commit fixes this specific issue.
[1]
https://github.com/jenkinsci/s3-plugin/commit/24a3b88a7b9acb0532deabe686944e53747c49a9
Signed-off-by: Brice Figureau <[email protected]>