Update AWS SDK dependency of S3DownloadStrategy
Closes Homebrew/homebrew#37470. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7d7081a18b
commit
7ec71c4542
@ -418,7 +418,7 @@ class S3DownloadStrategy < CurlDownloadStrategy
|
|||||||
# a dependency of S3 users, not all Homebrew users
|
# a dependency of S3 users, not all Homebrew users
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
begin
|
begin
|
||||||
require 'aws-sdk'
|
require 'aws-sdk-v1'
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
onoe "Install the aws-sdk gem into the gem repo used by brew."
|
onoe "Install the aws-sdk gem into the gem repo used by brew."
|
||||||
raise
|
raise
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user