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.
2 parents 4137bb9 + 069819e commit 8e6b744Copy full SHA for 8e6b744
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
All notable changes to this project will be documented in this file.
4
+## [v0.13.3] - 2023-04-20
5
+- Skip signature without access_key_id and secret_access_key
6
7
## [v0.13.2] - 2023-03-08
8
- Fix AWS.S3.delete_objects which requires a content md5 header
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "0.13.2"
+ @version "0.13.3"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments