module Aws::Rails

def self.log_to_rails_logger

Configures the AWS SDK for Ruby's logger to use the Rails logger.
def self.log_to_rails_logger
  Aws.config[:logger] = ::Rails.logger
  nil
end