We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d8cc4 commit 9ec181bCopy full SHA for 9ec181b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+v2.5.8 (2025-08-12)
4
+- Rename `get_bucket_object_versions` to `list_object_versions`
5
+
6
v2.5.7 (2025-04-15)
7
8
- Add support for `If-Match` and `If-None-Match` headers to `PutObject` call
mix.exs
@@ -1,7 +1,7 @@
defmodule ExAws.S3.Mixfile do
use Mix.Project
- @version "2.5.7"
+ @version "2.5.8"
@service "s3"
@url "https://github.com/ex-aws/ex_aws_#{@service}"
@name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")
0 commit comments