Packages

An S3-compatible object storage client built on the livery client

Current section

2 Versions

Jump to

Compare versions

3 files changed
+9 additions
-2 deletions
  @@ -4,6 +4,13 @@ All notable changes to this project are documented here. The format follows
4 4 [Keep a Changelog](https://keepachangelog.com/), and the project aims to follow
5 5 semantic versioning.
6 6
7 + ## 0.1.1 - 2026-06-09
8 +
9 + ### Documentation
10 + - Usage examples for every function group in the features reference (object
11 + CRUD, metadata, ranges/streaming, conditional writes, buckets, versioning,
12 + multipart, batch delete, presigned URLs, resilience, credentials).
13 +
7 14 ## 0.1.0 - 2026-06-08
8 15
9 16 Initial release.
  @@ -22,4 +22,4 @@
22 22 [{<<"app">>,<<"livery">>},
23 23 {<<"optional">>,false},
24 24 {<<"requirement">>,<<"0.2.5">>}]}]}.
25 - {<<"version">>,<<"0.1.0">>}.
25 + {<<"version">>,<<"0.1.1">>}.
  @@ -1,6 +1,6 @@
1 1 {application,livery_s3,
2 2 [{description,"An S3-compatible object storage client built on the livery client"},
3 - {vsn,"0.1.0"},
3 + {vsn,"0.1.1"},
4 4 {registered,[livery_s3_sup,livery_s3_credentials_store]},
5 5 {mod,{livery_s3_app,[]}},
6 6 {applications,[kernel,stdlib,crypto,xmerl,hackney,livery]},