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
Fix use of file system credentials (Thanks to @lgjohnson)
Fix use of ECS metadata (Requires aws.ec2metadata >= 0.1.6)
Rewrite some internals and tests
Removed locate_credentials() call from internal signature_v4() function. (#33)
signature_v4_auth() and signature_v2_auth() gain a force_credentials argument. If force_credentials = TRUE, user-supplied values are used and no call to locate_credentials() is made. (#33)