method

fetch_s3

fetch_s3(uri, mtime = nil, head = false)
public

No documentation available.

# File lib/rubygems/remote_fetcher.rb, line 315
  def fetch_s3(uri, mtime = nil, head = false)
    public_uri = sign_s3_url(uri)
    fetch_https public_uri, mtime, head
  end