Skip to content

Commit

Permalink
Merge pull request #277 from EMattfolk/patch-1
Browse files Browse the repository at this point in the history
Fix warning for deprecated match
  • Loading branch information
bernardd authored Dec 13, 2024
2 parents 0f8e65f + af972ea commit 460bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_aws/s3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 460bf8a

Please sign in to comment.