Skip to content

Commit ec3c7a9

Browse files
committed
Adding http headers that start with x-amz-meta- to authorization digest.
1 parent 851ddcb commit ec3c7a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ds3/networking/httpRequestBuilder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,4 @@ func encodeQueryParams(queryParams *url.Values) string {
199199
// with percent encoding for spaces (%20)
200200
return strings.Replace(queryParams.Encode(), "+", "%20", -1)
201201
}
202+

0 commit comments

Comments
 (0)