Hello, First, thankyou very much for your code. I've make a little modification to get the ACCESSKEY and SECRETKEY from Cognito AWS object.
CognitoAWSCredentials caw = new CognitoAWSCredentials(YOUR_IdentityPoolId, YOUR_S3Region_End_Point); caw.GetCredentialsAsync((IdenCallback) => { ImmutableCredentials awsc = IdenCallback.Response; AWS_ACCESS_KEY_ID = awsc.AccessKey; AWS_SECRET_ACCESS_KEY = awsc.SecretKey; }
(this code is woking fine).
But WWW returns this error: SSL peer certificate or SSH remote key was not OK. Could you test again your code to verify thar is still working?
Thanks!
Hello,
First, thankyou very much for your code. I've make a little modification to get the ACCESSKEY and SECRETKEY from Cognito AWS object.
(this code is woking fine).
But WWW returns this error: SSL peer certificate or SSH remote key was not OK.
Could you test again your code to verify thar is still working?
Thanks!