Skip to content

Commit e8ae58b

Browse files
committed
Remove duplicate upload
1 parent 927be0e commit e8ae58b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

providers/s3/s3_e2e_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func TestSSECencryption(t *testing.T) {
9797
testutil.Ok(t, err)
9898

9999
upload := "secret content"
100-
bkt.Upload(ctx, "encrypted", strings.NewReader(upload))
101100
testutil.Ok(t, bkt.Upload(ctx, "encrypted", strings.NewReader(upload)))
102101

103102
exists, err := bkt.Exists(ctx, "encrypted")

0 commit comments

Comments
 (0)