Skip to content

Commit

Permalink
Merge pull request #3 from cakirkeMSTS/issue-2
Browse files Browse the repository at this point in the history
add missing Paws::Credential::None->new default behavior
  • Loading branch information
Prajithp authored Jul 2, 2024
2 parents b229812 + 2d0e37e commit e5f2c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Paws/Credential/AssumeRoleWebIdentity.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ has sts => (
lazy => 1,
default => sub {
my $self = shift;
Paws->service('STS',
Paws->service('STS',
credentials => Paws::Credential::None->new,
region => $self->sts_region
);
}
Expand Down

0 comments on commit e5f2c0b

Please sign in to comment.