Anyone else having issues with the new remote back...
# general
i
Anyone else having issues with the new remote backends? It is probably just me, but I am trying to use an S3 bucket and getting issues:
could not create stack: An IO error occurred during the current operation: blob (code=Unknown): MissingRegion: could not find region configuration
But my
~/.aws/credentials
do indeed have a region stated in them.
It was not there when i first tried to do the pulumi new, so unless my aws credentials file is somehow cached by pulumi
h
pulumi just uses go cloud so maybe https://github.com/google/go-cloud/issues/1357 ?
i
@helpful-vegetable-35581 I think your are right. It doesn't seem to handle the aws file at all, if I put all keys and region in as environment variables, it seems to work.
We might need to request a tweak to the changelog, notes, since they state an aws credentials file can be used.