[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2016-04-20 Thread mikew...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Watt assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-26297 
 
 
 
  S3 download link incorrect when Destination bucket includes a path prefix  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Watt 
 
 
 

Assignee:
 
 Michael Watt 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2015-06-10 Thread d...@venabledomain.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Venable commented on  JENKINS-26297 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: S3 download link incorrect when Destination bucket includes a path prefix  
 
 
 
 
 
 
 
 
 
 
If I understand the code commit (just by reading it), it appears that this will save the bucket as my-bucket/key-prefix in the build.xml file. What about builds before this fix is published? All of our builds just save my-bucket to the build.xml rather than my-bucket/key-prefix, but the files are all saved to my-bucket/key-prefix. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2015-05-29 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-26297 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: S3 download link incorrect when Destination bucket includes a path prefix  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Nicolas De loof Path: src/main/java/hudson/plugins/s3/S3Profile.java src/main/java/hudson/plugins/s3/callable/S3UploadCallable.java http://jenkins-ci.org/commit/s3-plugin/ab3afa1be121fd90693b23f353e915ec552da98c Log: Merge pull request #58 from ndeloof/JENKINS-26297 
use the user bucketname entry that includes prefixes in fingerprint 
Compare: https://github.com/jenkinsci/s3-plugin/compare/c6308fef7279...ab3afa1be121 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2015-05-11 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Adrien Lecharpentier commented on  JENKINS-26297 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: S3 download link incorrect when Destination bucket includes a path prefix  
 
 
 
 
 
 
 
 
 
 
Toby,  
I can confirm this fix the issue here. As the bucketName is split by / and stored in bucket and objectname, then to access the file, the bucket from the FingerprintRecord is not enough to get access the file. 
Could you create a PR with your code? Please rebase to head to make sure the PR can be merged. 
Thanks! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2015-05-11 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Adrien Lecharpentier commented on  JENKINS-26297 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: S3 download link incorrect when Destination bucket includes a path prefix  
 
 
 
 
 
 
 
 
 
 
The commit has been cherry-picked and now there is a PR with it: https://github.com/jenkinsci/s3-plugin/pull/58 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2015-05-11 Thread tobycoll...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Toby Collier commented on  JENKINS-26297 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: S3 download link incorrect when Destination bucket includes a path prefix  
 
 
 
 
 
 
 
 
 
 
Hi Adrien, thanks for doing the cherry pick and PR! Do you need anything else from me? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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/d/optout.


[JIRA] [s3-plugin] (JENKINS-26297) S3 download link incorrect when Destination bucket includes a path prefix

2015-02-23 Thread tobycoll...@gmail.com (JIRA)














































Toby Collier
 commented on  JENKINS-26297


S3 download link incorrect when Destination bucket includes a path prefix















I have changes for s3-0.7 at https://github.com/learningobjectsinc/s3-plugin/commit/a81561d8e663cd58b588bac24ff44c8dff3d18f9 to store the user's bucket entry instead of just the bucket name to the fingerprint record.

I first tried to update the latest master, but the upload had NPEs that were beyond this particular issue blocking me and I needed something that works.



























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/d/optout.