|
|
func parseSpotData(bucket string, prefix string, projectID string, region string, accessKeyID string, accessKeySecret string) (map[string]*spotInfo, error) {
|
|
func parseSpotData(bucket string, prefix string, projectID string, region string, accessKeyID string, accessKeySecret string) (map[string]*spotInfo, error) {
|
|
|
// credentials may exist on the actual AWS node-- if so, use those. If not, override with the service key
|
|
// credentials may exist on the actual AWS node-- if so, use those. If not, override with the service key
|
|
|
err := env.Set(env.AWSAccessKeyIDEnvVar, accessKeyID)
|
|
err := env.Set(env.AWSAccessKeyIDEnvVar, accessKeyID)
|