module S3Cat

Constants

VERSION

Public Class Methods

s3_client() click to toggle source
# File lib/s3_cat.rb, line 14
def self.s3_client
  @s3_client ||= Aws::S3::Client.new
end