blob: d94cb421f2bde2249c6f958a8e17a63b181afa38 (
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/AWSNullSigner.h>
namespace Aws
{
namespace Auth
{
const char NULL_SIGNER[] = "NullSigner";
}
}
|