diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java b/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java index 12e87f613..29251a5ae 100644 --- a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java +++ b/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java @@ -73,8 +73,8 @@ import java.util.zip.GZIPOutputStream; * GATK run report database. */ public class GATKRunReport { - protected final static String AWS_ACCESS_KEY_MD5 = "c0f0afa1ff5ba41d9bf216cfcdbf26bf"; - protected final static String AWS_SECRET_KEY_MD5 = "db2f13b3a7c98ad24e28783733ec4a62"; + protected final static String AWS_ACCESS_KEY_MD5 = "43433e5488d60788042ed5de3dcf9b0a"; + protected final static String AWS_SECRET_KEY_MD5 = "0aa28b227ecacbdc9d2d5e8d82b10d32"; /** * The root file system directory where we keep common report data diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_access.key b/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_access.key index 45242c3cd..5b3e0c2ec 100644 Binary files a/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_access.key and b/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_access.key differ diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_secret.key b/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_secret.key index b86a25036..9f1224a54 100644 Binary files a/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_secret.key and b/public/java/src/org/broadinstitute/sting/gatk/phonehome/resources/GATK_AWS_secret.key differ