We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a33f09c + 76a2de4 commit 4bda8faCopy full SHA for 4bda8fa
get_s3_test.go
@@ -17,8 +17,8 @@ func init() {
17
// We do the string concat below to avoid AWS autodetection of a key. This
18
// key is locked down an IAM policy that is read-only so we're purposely
19
// exposing it.
20
- os.Setenv("AWS_ACCESS_KEY", "AKIAJCTNQ"+"IOBWAYXKGZA")
21
- os.Setenv("AWS_SECRET_KEY", "jcQOTYdXNzU5MO"+"5ExqbE1U995dIfKCKQtiVobMvr")
+ os.Setenv("AWS_ACCESS_KEY", "AKIAITTDR"+"WY2STXOZE2A")
+ os.Setenv("AWS_SECRET_KEY", "oMwSyqdass2kPF"+"/7ORZA9dlb/iegz+89B0Cy01Ea")
22
}
23
24
func TestS3Getter_impl(t *testing.T) {
0 commit comments