Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. config.retryStrategy = std::make_shared<Aws::Client::DefaultRetryStrategy>(0, 0);
  2. config.connectTimeoutMs = 1000;
  3. config.requestTimeoutMs = 1000;
  4. config.region = ap-northeast-1
Add Comment
Please, Sign In to add comment