Skip to content

Commit

Permalink
error on post
Browse files Browse the repository at this point in the history
  • Loading branch information
sozay committed May 11, 2020
1 parent 3e32b62 commit 12c9583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sig_v4.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const _x_amz_date = 'x-amz-date';
const _x_amz_security_token = 'x-amz-security-token';
const _host = 'host';
const _authorization = 'Authorization';
const _default_content_type = 'application/json';
const _default_content_type = 'application/json; charset=utf-8';
const _default_accept_type = 'application/json';

class AwsSigV4Client {
Expand Down

0 comments on commit 12c9583

Please sign in to comment.