Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Nov 6, 2023
1 parent f04acec commit b08685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Skip the query string when computing the signature. This is useful, say, if you
surl.New(secret, surl.SkipScheme())
```

Skip the scheme when computing the signature. This is useful, say, if you generate signed URLs in production where you use https but you want to use these URLs in dev where you use http. See the [example](./examples/skip_scheme/main.go).
Skip the scheme when computing the signature. This is useful, say, if you generate signed URLs in production where you use https but you want to use these URLs in development where you use http. See the [example](./examples/skip_scheme/main.go).

#### Decimal Encoding of Expiry

Expand Down

0 comments on commit b08685e

Please sign in to comment.