From af972ea501bb3a8715b4f7cb7516a0000545b354 Mon Sep 17 00:00:00 2001 From: Erik Mattfolk Date: Tue, 12 Nov 2024 11:16:09 +0100 Subject: [PATCH] Fix small warning --- lib/ex_aws/s3.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ex_aws/s3.ex b/lib/ex_aws/s3.ex index 96f4c01..02a15a6 100644 --- a/lib/ex_aws/s3.ex +++ b/lib/ex_aws/s3.ex @@ -1246,7 +1246,7 @@ defmodule ExAws.S3 do |> Map.merge(source_encryption) |> Map.merge(destination_encryption) - first..last = source_range + first..last//_ = source_range headers = headers