AWS SDK gem set used in the Lemonade application (e.g. for S3 access). Uses Ruby's Net::HTTP directly rather than Typhoeus, which the team handled by overriding library code in Ruby — using meta-programming — under the assumption that GET requests don't mutate resources, so that desired S3 resources could still be downloaded while other outbound traffic was blocked.