class Aws::S3::MultipartFileUploader
def complete_opts(options)
def complete_opts(options) COMPLETE_OPTIONS.inject({}) do |hash, key| hash[key] = options[key] if options.key?(key) hash end end
def complete_opts(options) COMPLETE_OPTIONS.inject({}) do |hash, key| hash[key] = options[key] if options.key?(key) hash end end