Skip to content

Commit 4bda8fa

Browse files
authored
Merge pull request #113 from hashicorp/jfreda/rotate-aws-key
Use a new AWS access key
2 parents a33f09c + 76a2de4 commit 4bda8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get_s3_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ func init() {
1717
// We do the string concat below to avoid AWS autodetection of a key. This
1818
// key is locked down an IAM policy that is read-only so we're purposely
1919
// exposing it.
20-
os.Setenv("AWS_ACCESS_KEY", "AKIAJCTNQ"+"IOBWAYXKGZA")
21-
os.Setenv("AWS_SECRET_KEY", "jcQOTYdXNzU5MO"+"5ExqbE1U995dIfKCKQtiVobMvr")
20+
os.Setenv("AWS_ACCESS_KEY", "AKIAITTDR"+"WY2STXOZE2A")
21+
os.Setenv("AWS_SECRET_KEY", "oMwSyqdass2kPF"+"/7ORZA9dlb/iegz+89B0Cy01Ea")
2222
}
2323

2424
func TestS3Getter_impl(t *testing.T) {

0 commit comments

Comments
 (0)