module S3

Constants

VERSION

Attributes

host[W]
port[W]

Public Class Methods

host() click to toggle source
# File lib/s3.rb, line 28
def host
  @host ||= "s3.amazonaws.com"
end
port() click to toggle source
# File lib/s3.rb, line 32
def port
  @port
end