class Aws::S3::Presigner
def initialize(options = {})
(**options)-
:client(Client) -- Optionally provide an existing
def initialize(options = {}) @client = options[:client] || Aws::S3::Client.new end
(**options):client
(Client)
-- Optionally provide an existing
def initialize(options = {}) @client = options[:client] || Aws::S3::Client.new end