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