You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import SmokeAWSCredentials
...
guard let credentialsProvider = AwsContainerRotatingCredentials.getCredentials(fromEnvironment: environment) else {
return Log.error("Unable to obtain credentials from the container environment.")
}
The README.md has a section about ** Step 4: Instantiate the AWS client for production** as seen above. I can't find bespoken library neither in the master nor in the swift_5_nio_2 branch. Also I can't find AwsContainerRotatingCredentials. Is StaticCredentials from SmokeAWSCore therefore the way to go? If so give me a thumbs up, I will open a PR to update the documentation.
The text was updated successfully, but these errors were encountered:
The README.md has a section about ** Step 4: Instantiate the AWS client for production** as seen above. I can't find bespoken library neither in the
master
nor in theswift_5_nio_2
branch. Also I can't findAwsContainerRotatingCredentials
. IsStaticCredentials
fromSmokeAWSCore
therefore the way to go? If so give me a thumbs up, I will open a PR to update the documentation.The text was updated successfully, but these errors were encountered: