Skip to content

Commit

Permalink
private/protocol/rest: Fix typo in build.go (#3907)
Browse files Browse the repository at this point in the history
Cleans up documentation typo
  • Loading branch information
eltociear committed Jun 23, 2021
1 parent fd3a57d commit e806432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/protocol/rest/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func buildLocationElements(r *request.Request, v reflect.Value, buildGETQuery bo

// Support the ability to customize values to be marshaled as a
// blob even though they were modeled as a string. Required for S3
// API operations like SSECustomerKey is modeled as stirng but
// API operations like SSECustomerKey is modeled as string but
// required to be base64 encoded in request.
if field.Tag.Get("marshal-as") == "blob" {
m = m.Convert(byteSliceType)
Expand Down

0 comments on commit e806432

Please sign in to comment.