aws_sigv4/http_request/canonical_request/sigv4a.rs
1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6pub(crate) mod header {
7 pub(crate) const X_AMZ_REGION_SET: &str = "x-amz-region-set";
8}
9
10pub(crate) mod param {
11 pub(crate) const X_AMZ_REGION_SET: &str = "X-Amz-Region-Set";
12}