summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/httpserver/S3Client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/httpserver/S3Client.h b/lib/httpserver/S3Client.h
index 3681213b..4cbb4b96 100644
--- a/lib/httpserver/S3Client.h
+++ b/lib/httpserver/S3Client.h
@@ -46,7 +46,8 @@ class S3Client
mHostName(HostName),
mPort(Port),
mAccessKey(rAccessKey),
- mSecretKey(rSecretKey)
+ mSecretKey(rSecretKey),
+ mNetworkTimeout(30000)
{ }
HTTPResponse GetObject(const std::string& rObjectURI);