Skip to content

Commit

Permalink
remotefs aws s3 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Feb 5, 2022
1 parent b54ab4e commit 3ad119a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Changelog

- [Changelog](#changelog)
- [0.2.0](#020)
- [0.1.0](#010)

---

## 0.2.0

Released on 05/02/2022

- Added support for S3 compatible APIs (such as minio, yandex)
- New constructor methods
- `new()` will now accept only the bucket name
- `region()` to specify the region. If no region is specified, custom region will be used
- `endpoint()` to specify the endpoint. Useful to connect to minio
- `new_path_style()`: must be specified when connecting to some backends, such as minio

## 0.1.0

Released on 04/01/2022
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p align="center">~ Remotefs Aws S3 client ~</p>

<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.2.0 (04/01/2022)</p>
<p align="center">Current version: 0.2.0 (05/02/2022)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down

0 comments on commit 3ad119a

Please sign in to comment.