-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Ubuntu native installer 1.551
I get an error publishing to an s3 bucket. I've triple checked my access key and secret key and they all have full access (I use the same keys for s3fs setups). When I try to publish I get this error:
Publish artifacts to S3 Bucket Using S3 profile: rf-s3
Publish artifacts to S3 Bucket bucket=/jenkins/xxx/xxx-13, file=xxx.war region = US_EAST_1
ERROR: Failed to upload files
java.io.IOException: put Destination [bucketName=, objectName=jenkins/rdc/rdc-13/rdc.war]: AmazonS3Exception: Status Code: 403, AWS Service: Amazon S3, AWS Request ID: BA4394BEC07xxxxx, AWS Error Code: SignatureDoesNotMatch, AWS Error Message: The request signature we calculated does not match the signature you provided. Check your key and signing method., S3 Extended Request ID: xxxxxxxxxxx
I set up publish on my build as bucketname: "/jenkins/xxx/${JOB_NAME}-${BUILD_NUMBER}"
Does this work for everyone else?
I got this error too