Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWSServiceConfiguration not copying maxRetryCount
In the copyWithZone function the the AWSServiceConfiguration only copies the region type and credentials provider but not the retry count. This causes the copy to always have a retry count of 0.
- Loading branch information