diff options
Diffstat (limited to 'aws')
-rw-r--r-- | aws/request.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aws/request.scm b/aws/request.scm index d7e0822..a88195f 100644 --- a/aws/request.scm +++ b/aws/request.scm @@ -240,7 +240,7 @@ ;; signed-headers values, as noted earlier. Order here is not ;; significant. (define new-headers - (cons `(Authorization . ,authorization-header) + (cons `(authorization . ,authorization-header) (filter cdr headers))) (call-with-values |