aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/source/auth/signer/AWSAuthSignerCommon.cpp
blob: d26f41e6b30b86ded6711aa1d79359bc8366c3a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

#include <aws/core/auth/signer/AWSAuthSignerCommon.h>

namespace Aws
{
namespace Auth
{
const char SIGNATURE[] = "Signature";
} // namespace Auth
} // namespace Aws