func (s *S) SetUpSuite(c *gocheck.C) { testServer.Start() auth := aws.Auth{AccessKey: "abc", SecretKey: "123"} s.sdb = sdb.New(auth, aws.Region{SDBEndpoint: testServer.URL}) }
func (s *S) SetUpSuite(c *C) { testServer.Start() auth := aws.Auth{"abc", "123"} s.sdb = sdb.New(auth, aws.Region{SDBEndpoint: testServer.URL}) }