Update AWS SDK dependency of S3DownloadStrategy

Closes Homebrew/homebrew#37470.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
rstata-verticloud 2015-03-07 02:27:22 -08:00 committed by Jack Nagel
parent 7d7081a18b
commit 7ec71c4542

View File

@ -418,7 +418,7 @@ class S3DownloadStrategy < CurlDownloadStrategy
# a dependency of S3 users, not all Homebrew users
require 'rubygems'
begin
require 'aws-sdk'
require 'aws-sdk-v1'
rescue LoadError
onoe "Install the aws-sdk gem into the gem repo used by brew."
raise