Skip to content

Commit 62ffb94

Browse files
authored
fix v4.go PresignHTTP doc (#2212)
1 parent b4d8d26 commit 62ffb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/signer/v4/v4.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func (s Signer) SignHTTP(ctx context.Context, credentials aws.Credentials, r *ht
335335
//
336336
// expires := 20 * time.Minute
337337
// query := req.URL.Query()
338-
// query.Set("X-Amz-Expires", strconv.FormatInt(int64(expires/time.Second), 10)
338+
// query.Set("X-Amz-Expires", strconv.FormatInt(int64(expires/time.Second), 10))
339339
// req.URL.RawQuery = query.Encode()
340340
//
341341
// This method does not modify the provided request.

0 commit comments

Comments
 (0)