[amazon] (katco--v3-unstable *) dimitern@kubrik:~/work/go/src/gopkg.in/amz.v3-unstable$ git diff
diff --git a/s3/s3i_test.go b/s3/s3i_test.go
index 2cb95b3..924eed1 100644
--- a/s3/s3i_test.go
+++ b/s3/s3i_test.go
@@ -98,12 +98,12 @@ func testBucket(s *s3.S3) *s3.Bucket {
key = s.Auth.AccessKey[:8]
}
b, err := s.Bucket(strings.ToLower(fmt.Sprintf(
- "goamz-%s-%s-%s",
+ "goamz-%s-%s",
s.Region.Name,
key,
// Add in the time element to help isolate tests from one
// another.
- time.Now().Format("20060102T150405.999999999Z0700"),
+ //time.Now().Format("20060102T150405.999999999Z0700"),
)))
if err != nil {
panic(err)