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