Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3090 from tryba/s3-auth-support
Browse files Browse the repository at this point in the history
Move add_basic_auth method into the appropriate block
  • Loading branch information
indirect committed Jul 9, 2014
2 parents 9f8665c + 1ded21e commit 61537b8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/bundler/s3_fetcher.rb
Expand Up @@ -34,11 +34,10 @@ def default_expiration
end

BASE64_URI_TRANSLATE = { '+' => '%2B', '/' => '%2F', '=' => '%3D' }.freeze
end

protected
# The s3 fetcher does not use the username and password for basic auth,
# so this is a no-op
def add_basic_auth(req)
protected
# The s3 fetcher does not use the username and password for basic auth,
# so this is a no-op
def add_basic_auth(req)
end
end
end

0 comments on commit 61537b8

Please sign in to comment.