module AWS::S3::Model

Public Instance Methods

client() click to toggle source
# File lib/aws/s3/model.rb, line 4
def client
  if @config.s3_client_side_encryption
    @config.send(:s3_encrypted_client)
  else
    @config.send(:s3_client)
  end
end