swift-agency-29333
04/26/2021, 10:12 AMfaint-table-42725
04/26/2021, 4:38 PMswift-agency-29333
04/26/2021, 7:59 PMbroad-dog-22463
04/26/2021, 8:00 PMswift-agency-29333
04/27/2021, 12:14 PMfaint-table-42725
04/27/2021, 4:23 PMswift-agency-29333
04/30/2021, 12:30 AMfaint-table-42725
04/30/2021, 1:06 AMpulumi login <url>
works for you via the command linered-match-15116
04/30/2021, 2:29 AMI tried it. But when I set URL to S3 bucket it gives error “region not provided (something similar)“.Are you sure that error is from the login? Are you setting your region in your config for your aws program?
swift-agency-29333
04/30/2021, 9:20 AMerror: could not create stack: An IO error occurred while writing the new snapshot file: blob (key ".pulumi/stacks/dev.json") (code=Unknown): MissingRegion: could not find region configuration
red-match-15116
05/02/2021, 6:33 PMenvvars := auto.EnvVars(map[string]string{
"PULUMI_CONFIG_PASSPHRASE": "password",
"AWS_REGION": "us-west-2",
})
swift-agency-29333
05/03/2021, 8:40 AMred-match-15116
05/03/2021, 4:13 PM@
me - it can be distracting for other folks 🙂
Anyway, just to confirm, do you have your AWS_REGION
env var set globally? Are you able to log in using s3 without the env var if you just use the CLI?swift-agency-29333
05/03/2021, 4:25 PMred-match-15116
05/03/2021, 4:33 PM