Skip to content

Commit

Permalink
add missing Paws::Credential::None->new default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cakirkeMSTS committed Mar 14, 2024
1 parent b229812 commit 2d0e37e
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 2d0e37e

Please sign in to comment.