This message was deleted.
# getting-started
s
This message was deleted.
e
This might be a go-cloud bug, I wouldn't think it should be raising x509 errors with ssl disabled. Does this bucket work via the aws s3 cli?
i
Hi Fraser, It's accessible via aws cli
e
i
Hi Fraser I tried but still the same error coming up
e
This is probably a go-cloud bug. All pulumi will be doing here is roughly:
Copy code
blobmux := blob.DefaultURLMux()
bucket, err := blobmux.OpenBucket(context.TODO(), "<s3://test-dataplatform-pulumi-state?disableSSL=true&s3ForcePathStyle=true&endpoint=https://obs.vcloud.abc>")
isAcc, err := bucket.IsAccessible(context.TODO())
I'd suggest testing that snippet out and taking this to https://github.com/google/go-cloud/issues
👍 1