Archived Forum Post

Index of archived forum posts

Question:

Unable to establish a connection

Aug 18 '17 at 07:39

Have tried the example from https://www.example-code.com/dotnet-core/s3_rest_upload_binData.asp I keep getting "unable to establish a connection" when trying to upload the bindata

Authentication does not seem to be an issue as success = rest.SetAuthAws(authAws); returns true.

test bucket I am using is: http://msvehicles-pronovate.s3-ap-southeast-2.amazonaws.com/ what else could be causing this issue?

I also get failreason 99, which is not a listed fail reason

Regards Nick


Answer

Examine the contents of the LastErrorText property.