fs2-aws
fs2-aws copied to clipboard
fs2 utilities to interact with AWS
Updates org.mockito:mockito-core from 4.8.1 to 4.9.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
The value that fs2-aws-ciris brings (it's one decoded class) is not worth dealing with the headache that is their dependency e.g. the minor 2.3 -> 2.4 release https://github.com/vlovgr/ciris/releases/tag/v2.4.0 requires a...
https://github.com/laserdisc-io/fs2-aws/blob/9ec10e57c36b9cdb31c4eb199f26ac92188d2038/fs2-aws-s3/src/main/scala/fs2/aws/s3/S3.scala#L43 It looks to me like this should just return `S3[F]`, is there a reason behind this?
KCL 2 supports multi-stream processing. Developers can configure a list of streams, and the KCL uses a single lease table. Is there any appetite to support this? https://docs.aws.amazon.com/streams/latest/dev/shared-throughput-kcl-consumers.html#shared-throughput-kcl-multistream
Well that was about 6 months of procrastination and 15 minutes of work, but here we are. I plan to add configurations for the remaining methods in `S3[F[_]]`, should I...
The SQS example in README is out of date, Please provide updated one.
# Problem We have an fs2 job that runs in one AWS account and must upload files to a separate AWS account. To make sure the ownership/permissions of the files...
WHAT IS WRONG I use `uploadFileMultipart` to stream serialized database transactions to an S3 file. But, in the edge case that my DB query produces no results, I get the...