Skip to content

Commit

Permalink
sigv4a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Jan 30, 2025
1 parent b3e00e0 commit 31ef089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ namespace smithy {
const bool m_includeSha256HashHeader{true};
const bool m_urlEscape{true};
const Aws::Set<Aws::String> m_unsignedHeaders{USER_AGENT,X_AMZN_TRACE_ID};
const Aws::Crt::Auth::SignatureType m_signatureType{Aws::Crt::Auth::SignatureType::HttpRequestViaQueryParams};
const Aws::Crt::Auth::SignatureType m_signatureType{Aws::Crt::Auth::SignatureType::HttpRequestViaHeaders};
std::condition_variable m_cv;
std::mutex m_mutex;
};
Expand Down

0 comments on commit 31ef089

Please sign in to comment.