Issue Type: Bug Bug
Affects Versions: current
Assignee: Michael Watt
Components: s3
Created: 31/Jan/14 12:38 PM
Description:

The fix for JENKINS-16025 broke the case when you're trying to upload to S3 a single file without using a wildcard.

For instance:
bucket: bucket/path/to/artifact
source: *.tar.gz

will correctly upload all tar.gz to the destination bucket in the /path/to/artifact folder.

But:
bucket: bucket/path/to/artifact
source: myfile.tar.gz

will unfortunately upload the myfile.tar.gz content into the 'artifact' directory.

Project: Jenkins
Priority: Major Major
Reporter: Brice Figureau
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to