Skip to content

Commit

Permalink
Update lib/utils/aws/aws.go
Browse files Browse the repository at this point in the history
Co-authored-by: STeve (Xin) Huang <[email protected]>
  • Loading branch information
joaoubaldo and greedy52 authored Aug 7, 2024
1 parent 6441705 commit f2d992d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ const (
AmzJSON1_1 = "application/x-amz-json-1.1"

// MaxRoleSessionName is the maximum length of the role session name used by the AssumeRole call.
MaxRoleSessionName = 64
// https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html
MaxRoleSessionName = 64
)

// SigV4 contains parsed content of the AWS Authorization header.
Expand Down

0 comments on commit f2d992d

Please sign in to comment.