Skip to content

Commit

Permalink
Merge pull request #9 from europeana/EA-1891_ObjectStorage_added_desc…
Browse files Browse the repository at this point in the history
…ription

EA-1891 documented the constructor
  • Loading branch information
P-Ehlert authored Sep 18, 2020
2 parents c801008 + c9237ea commit b09fa37
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ private static int getValidateAfterInactivity(Properties props) {
}

/**
* Create a new S3 client for Amazon S3
* Create a new S3 client for Amazon S3 with client configuration
* To resolve the stale http connection issue, which gave us "The target server failed to respond" error,
* we have added validateAfterInactivity in the Amazon S3 configuration (See EA-1891)
* Default value of validateAfterInactivity is 2000 ms
* @param clientKey
* @param secretKey
* @param region
Expand Down

0 comments on commit b09fa37

Please sign in to comment.