I'm having trouble connecting minio s3 compatible ...
# getting-started
s
I'm having trouble connecting minio s3 compatible backend with pulumi, can anyone help please? I keep getting NoCredentialProviders: no valid providers in chain. Deprecated.
I think I have an idea what the issue might be. Could it be that the Pulumi cli doesn't support self-signed certs? It's my only guess since the was cli connects without issues.
e
pulumi uses gocloud.dev to connect to s3 backends, so worth checking the options at https://gocloud.dev/howto/blob/#s3 to see if any help