Mike Antonelli
Mike Antonelli
Probably okay to close as a duplicate of #46.
This was resolved in #46, but not yet released in 0.3.0.
@KieranP, using the current version, the code snippet below will modify both the read_time and open_timeout. ``` ruby OAuth::Consumer.new(key, secret, timeout: 120) ```
This issue occurred for us as well, and I caught it because of a billing alert that showed a charge for ~$75. In AWS Cost Explorer we have hourly granularity,...