Releases: zio/zio-s3
Releases · zio/zio-s3
0.3.7
Fixes
- Fix #255 @regis-leray
0.3.6
Skip this release, a bug was introduce in putObject
0.3.5
Updates
- support scala3
0.3.4
Updates
- #220 Update zio, zio-streams, zio-test, ... to 1.0.8 @scala-steward
- #219 Update scala-library to 2.13.6
Changes
- Move credentials providers inside object
zio.s3.providers
@regis-leray
Fixes
- #222 Stub layer's Any type for E is unexpected @regis-leray
- #218 use environment in connect and liveM @sirocchj
0.3.2
Updates
- Update aws sdk to 2.16.37
- Update zio-interop-reactivestreams to 1.3.4
- Update scala-collection-compat to 2.4.3 (#192) …
Improvements
- Expose aws provider (#208 ) @regis-leray
- Send prefix with all paginated list objects requests (#213) @yurikpanic
0.3.1
0.3.0
Updates
- Update zio to 1.0.4-2
- Update scala-collection-compat to 2.4.1
- Update sbt to 1.4.7
Enhancements
- #170 improve exception error code @mschuwalow
- move all methods inside
S3.Service
@melgenek - support delimiter / startWith for
listObjects / listAllObjects
@regis-leray - #146 add web identity provider @sken77
- add const identity provider @regis-leray
- cleanup options / settings
- remove default values parameter replace by static
val default
for MultipartUploadOptions, UploadOptions, ListObjectOptions - provide function helper
from()
- remove default values parameter replace by static
val s = S3Settings.from()
val r = S3Region.from()
#Fixes
- S3 Test : wrong behavior putObject if name have a slash @melgenek
0.2.5
Updates
- Update zio to 1.0.3
- Update zio-nio to 1.0.0-RC10
Enhancements
- expose aws credentials provider (system properties / environment / container, profile / instance profile) #133 @regis-leray