This message was deleted.
# general
s
This message was deleted.
g
I suspect it has to do something with the service endpoint
Copy code
$ pulumi login <s3://my-pulumi-state-bucket>
will default to AWS S3 url so you can explore changing AWS_ENDPOINT env var described here https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html
r
seems pulumi does not handle all AWS env vars... I Finally succeeded by tuning the S3 URL like this:
"s3://<bucket>/<path_in_bucket>?endpoint=<http://minio.example.org|minio.example.org>>:<port>&region=<s3-reg-1>s3ForcePathStyle=true"
🙌 1
The only way I found to pass an alternate S3 endpoint