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.
1 parent bad826d commit cc303a6Copy full SHA for cc303a6
get_s3_test.go
@@ -9,18 +9,6 @@ import (
9
"github.com/aws/aws-sdk-go/aws/awserr"
10
)
11
12
-func init() {
13
- // These are well known restricted IAM keys to a HashiCorp-managed bucket
14
- // in a private AWS account that only has access to the open source test
15
- // resources.
16
- //
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", "AKIAITTDR"+"WY2STXOZE2A")
21
- os.Setenv("AWS_SECRET_KEY", "oMwSyqdass2kPF"+"/7ORZA9dlb/iegz+89B0Cy01Ea")
22
-}
23
-
24
func TestS3Getter_impl(t *testing.T) {
25
var _ Getter = new(S3Getter)
26
}
0 commit comments