Ubuntu Pastebin

Paste from dimitern at Sun, 1 Mar 2015 17:18:23 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
[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)
Download as text