update to aws-sdk-go v1.16.15

This commit is contained in:
jeroenvollenbrock
2019-02-05 18:37:04 +01:00
parent 80ccea3d85
commit 6fb76b7c9b
96 changed files with 27104 additions and 2756 deletions
@@ -0,0 +1,12 @@
package shareddefaults
const (
// ECSCredsProviderEnvVar is an environmental variable key used to
// determine which path needs to be hit.
ECSCredsProviderEnvVar = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"
)
// ECSContainerCredentialsURI is the endpoint to retrieve container
// credentials. This can be overridden to test to ensure the credential process
// is behaving correctly.
var ECSContainerCredentialsURI = "http://169.254.170.2"