Skip to content

Commit

Permalink
aws: fix typo on awssdk=v2 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Feb 27, 2023
1 parent ec0a2bb commit 3348a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func NewSessionFromURLParams(q url.Values) (*session.Session, url.Values, error)
// should use the AWS SDK v2.
//
// "awssdk=v1" will force V1.
// "asssdk=v2" will force V2.
// "awssdk=v2" will force V2.
// No "awssdk" parameter (or any other value) will return the default, currently V1.
// Note that the default may change in the future.
func UseV2(q url.Values) bool {
Expand Down

0 comments on commit 3348a6a

Please sign in to comment.