Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AWSRegions = [...]string{
"us-east-1",
"us-west-1",
"us-west-2",
"eu-west-1",
"eu-central-1",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"ap-northeast-2",
"cn-north-1",
"us-gov-west-1",
"sa-east-1",
}
AWSRegions is the complete list of regions known to the AWS cloudprovider and credentialprovider.
Functions ¶
func Init ¶
func Init()
Init creates a lazy provider for each AWS region, in order to support cross-region ECR access. They have to be lazy because it's unlikely, but not impossible, that we'll use more than one. Not using the package init() function: this module should be initialized only if using the AWS cloud provider. This way, we avoid timeouts waiting for a non-existent provider.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.