method
fetch_s3
v2_2_9 -
Show latest stable
- Class:
Gem::RemoteFetcher
fetch_s3(uri, mtime = nil, head = false)public
No documentation available.
# File lib/rubygems/remote_fetcher.rb, line 296
def fetch_s3(uri, mtime = nil, head = false)
public_uri = sign_s3_url(uri)
fetch_https public_uri, mtime, head
end