temporary debug lines in build to debug CI failures
Original commit: elastic/x-pack-elasticsearch@524fa8b5b8
This commit is contained in:
parent
c8bda6b1d9
commit
9218cd4531
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue