Narochno / Narochno.Credstash

C# Implementation of Credstash
Apache License 2.0
10 stars 9 forks source link

NetSDKCredentialsFile is marked as obsolete #19

Open jaszb opened 6 years ago

jaszb commented 6 years ago

StoredProfileAWSCredentials is now marked as obsolete.

We should be using

Amazon.Runtime.CredentialManagement.NetSDKCredentialsFile or Amazon.Runtime.CredentialManagement.SharedCredentialsFile

adamhathcock commented 6 years ago

This is a non-issue as the StoredProfileAWSCredentials class is only used in the sample code. Which credentials method used doesn't matter.