Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mifitous committed May 1, 2023
1 parent 284a574 commit a2b6206
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ public AWSCredentials getCredentials(String mfaToken) {
return AmazonWebServicesCredentials.getCredentials(mfaToken);
}

@NonNull
@Override
public void refresh() {
// no-op
}

@Extension
public static class DescriptorImpl extends BaseStandardCredentialsDescriptor {

Expand Down

0 comments on commit a2b6206

Please sign in to comment.