zio-aws
zio-aws copied to clipboard
Low level ZIO interface for the full AWS
Updates * software.amazon.awssdk:aws-core * software.amazon.awssdk:http-client-spi * software.amazon.awssdk:netty-nio-client from 2.17.252 to 2.17.253. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like...
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.http4s:http4s-dsl](https://github.com/http4s/http4s) from 0.23.12 to 0.23.14. [GitHub Release Notes](https://github.com/http4s/http4s/releases/tag/v0.23.14) - [Version Diff](https://github.com/http4s/http4s/compare/v0.23.12...v0.23.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from 3.3.13 to 3.3.14. [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.3.14) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.3.13...v3.3.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
I think the library will benefit by having sttp support as the http backend, I'm a ZIO newb but it seems like it should be possible. We use sttp in...
Given the following test case code: ``` scala import zio._ import zio.console.Console import io.github.vigoo.zioaws.{iam, core, http4s} import io.github.vigoo.zioaws.iam.Iam import io.github.vigoo.zioaws.core.AwsError import io.github.vigoo.zioaws.iam.model._ object TestCase extends zio.App { val httpClient =...
Hi, When making a `batchGetItem` reqest, a reponse received from the server is transformed to an unexpected `BatchGetItemResponse.ReadOnly`-response (with some redundant fields). For example, for the following response from the...
Hi! I got a strange exception trying to connect s3 client to local minio. ``` software.amazon.awssdk.core.exception.SdkClientException: Unable to marshall request to JSON: baseUri must not be null. at software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl.build(SdkClientException.java:98) ~[software.amazon.awssdk.sdk-core-2.17.61.jar:?]...