diff --git a/lib/utils/aws/aws.go b/lib/utils/aws/aws.go index f30c9b93cf254..51b028be24479 100644 --- a/lib/utils/aws/aws.go +++ b/lib/utils/aws/aws.go @@ -71,7 +71,7 @@ const ( // MaxRoleSessionName is the maximum length of the role session name used by the AssumeRole call. // https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html - MaxRoleSessionName = 64 + MaxRoleSessionName = 64 ) // SigV4 contains parsed content of the AWS Authorization header.