fs2-aws
fs2-aws copied to clipboard
fs2 utilities to interact with AWS
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.0.0` to `1.0.1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.0.1) - [Version Diff](https://github.com/scalameta/munit/compare/v1.0.0...v1.0.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
The deprecated `docker-compose` app no longer works in Github actions. It's possible to use `docker compose`, the plugin to Docker, instead.
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.2` to `3.8.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.2...v3.8.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates * software.amazon.awssdk:cloudwatch * software.amazon.awssdk:dynamodb * software.amazon.awssdk:kinesis * software.amazon.awssdk:s3 * software.amazon.awssdk:sns * software.amazon.awssdk:sqs from `2.30.12` to `2.30.22` ## Usage ✅ **Please merge!** I'll automatically update...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.6` to `3.9.0` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.9.0) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.6...v3.9.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
Introduce `uploadEmptyFiles` boolean configuration for the `S3.uploadFile` method, defaulting to `false`. Key updates: 1. **Signature Consistency:** - Both `uploadFile` and `uploadFileMultipart` now return `Pipe[F, Byte, Option[ETag]]`. - Both methods support...
* Also remove the array copy - using `.asByteArrayUnsafe` instead of `.asByteArray` to return the original byte array without making a copy of it. FS2 doesn't mutate the byte array...
## About this PR 📦 Updates software.amazon.awssdk:sqs from `2.29.52` to `2.30.11` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
Address Issue #1284 ⚠️ this is a breaking change
AWS is killing support for the V1 SDK [at the end of Jan](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/) AWS themselves have been VERY slow to remove SDK v1 support in their Kinesis producer and client...