Remove unused prefix
This commit is contained in:
parent
9b342180e0
commit
6deff85994
1 changed files with 0 additions and 3 deletions
|
|
@ -163,9 +163,6 @@ class AwsCredentialsProviderPropertyValueDecoder implements IPropertyValueDecode
|
|||
"software.amazon.awssdk.auth.credentials.",
|
||||
// Customer provides a fully-qualified provider name, or a custom credentials provider
|
||||
// (e.g., software.amazon.awssdk.auth.credentials.AwsCredentialsProvider)
|
||||
|
||||
// Sts auth provider
|
||||
"software.amazon.awssdk.services.sts.auth.",
|
||||
"")
|
||||
.map(prefix -> prefix + provider)
|
||||
.collect(Collectors.toList());
|
||||
|
|
|
|||
Loading…
Reference in a new issue