Class: HasBucket::S3Config

Inherits:
URIConfig::Config
  • Object
show all
Defined in:
lib/has_bucket/s3_config.rb

Instance Method Summary collapse

Instance Method Details

#bucketObject



8
9
10
# File 'lib/has_bucket/s3_config.rb', line 8

def bucket
  path[1..-1]
end

#use_sslObject



12
13
14
# File 'lib/has_bucket/s3_config.rb', line 12

def use_ssl
  uri.scheme == "https"
end