class SidekiqProfilingMiddleware::S3

Public Class Methods

client() click to toggle source
# File lib/sidekiq_profiling_middleware/s3.rb, line 30
def self.client
  @client ||= Aws::S3::Client.new
end
client=(client) click to toggle source
# File lib/sidekiq_profiling_middleware/s3.rb, line 26
def self.client=(client)
  @client = client
end