temporary debug lines in build to debug CI failures

Original commit: elastic/x-pack-elasticsearch@524fa8b5b8
This commit is contained in:
Colin Goodheart-Smithe 2016-12-08 12:51:34 +00:00
parent c8bda6b1d9
commit 9218cd4531
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ class DownloadS3Task extends DefaultTask {
@TaskAction
public void downloadFromS3() {
print 'DownloadS3Task - AWS ACCESS KEY ID: ' + project.awsAccessKey
print 'DownloadS3Task - AWS SECRET ACCESS KEY: ' + project.awsSecretKey
AWSCredentials creds = new BasicAWSCredentials(project.awsAccessKey, project.awsSecretKey)
ClientConfiguration clientConfiguration = new ClientConfiguration();