Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoubaldo committed Aug 7, 2024
1 parent f2d992d commit de163b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de163b8

Please sign in to comment.