proud-painter-19935
11/25/2025, 4:42 PMAWS_* variables for authentication, creating a credential knife fight when trying to deploy AWS resources.
Running this doesn't store the credentials in `~/.pulumi/credentials.json`:
AWS_ACCESS_KEY_ID=minio-id AWS_SECRET_ACCESS_KEY=minio-secret \
pulumi login "<s3://bucket?endpoint=http://my-server:9000&ForcePathStyle=true>"
Is the only real option to update the Pulumi program and set credentials manually in the provider?echoing-dinner-19531
11/25/2025, 4:52 PMDoes anyone happen to know if it's possible to set static credential values for a storage backend?Unfortunately not. All the storage backend logic goes through gocloud.dev, I don't know if there's a backend agnostic way to pass options down with that.
proud-painter-19935
11/25/2025, 4:54 PM