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 229e84d commit 86abfedCopy full SHA for 86abfed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [v0.14.0] - 2024-01-05
4
+- Add support for the ec2 protocol
5
+- Add docs for multipart upload to S3
6
+- Allow call-site specification of http client options
7
+
8
All notable changes to this project will be documented in this file.
9
## [v0.13.3] - 2023-04-20
10
- Skip signature without access_key_id and secret_access_key
mix.exs
@@ -1,7 +1,7 @@
defmodule AWS.Mixfile do
use Mix.Project
- @version "0.13.3"
+ @version "0.14.0"
@repo_url "https://github.com/aws-beam/aws-elixir"
def project do
0 commit comments