Method: RightSupport::Net::S3Helper.s3

Defined in:
lib/right_support/net/s3_helper.rb

.s3Object

Create (if does not exist) and return S3 object



87
88
89
# File 'lib/right_support/net/s3_helper.rb', line 87

def self.s3
  @s3 ||= @s3class.new config["creds"]["aws_access_key_id"], config["creds"]["aws_secret_access_key"], @options
end