ios - Object upload error using AWSS3TransferManager -


getting error while upload image aws using awss3transfermanager

response: error = "error domain=nsurlerrordomain code=-1003 \"a server specified hostname not found.\" userinfo={nsunderlyingerror=0x608000058f30 {error domain=kcferrordomaincfnetwork code=-1003 \"(null)\" userinfo={_kcfstreamerrorcodekey=8, _kcfstreamerrordomainkey=12}}, nserrorfailingurlstringkey=https://cognito-identity.ap-southeast-1.amazonaws.com/, nserrorfailingurlkey=https://cognito-identity.ap-southeast-1.amazonaws.com/, _kcfstreamerrordomainkey=12, _kcfstreamerrorcodekey=8, nslocalizeddescription=a server specified hostname not found.}";

first time upload using awss3transfermanager singapore region giving above error, if change region else , again if change singapore upload properly. , again after time same region won't work.

please tel me doing wrong.

thank you.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -