We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbd7dd commit 0669ff8Copy full SHA for 0669ff8
generated/src/aws-cpp-sdk-s3-crt/source/S3ExpressSigner.cpp
@@ -1,4 +1,4 @@
1
-/**
+/**
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
* SPDX-License-Identifier: Apache-2.0.
4
*/
@@ -99,4 +99,4 @@ Aws::Auth::AWSCredentials S3ExpressSigner::GetCredentials(const std::shared_ptr<
99
Aws::Auth::AWSCredentials S3ExpressSigner::GetCredentials(Aws::Auth::CredentialsResolutionContext& context, const std::shared_ptr<Aws::Http::ServiceSpecificParameters> &serviceSpecificParameters) const {
100
auto identity = m_S3ExpressIdentityProvider->GetS3ExpressIdentity(context, serviceSpecificParameters);
101
return {identity.getAccessKeyId(), identity.getSecretKeyId()};
102
-}
+}
0 commit comments