method
fetch_s3
v2_5_5 -
Show latest stable
- Class:
Gem::RemoteFetcher
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