amazonka-s3-streaming

Provides conduits to upload data to S3 using the Multipart API

https://github.com/Axman6/amazonka-s3-streaming#readme

Version on this page:0.2.0.0
LTS Haskell 9.21:0.2.0.3
Stackage Nightly 2017-12-08:0.2.0.3
Latest on Hackage:2.0.0.0

See all snapshots amazonka-s3-streaming appears in

BSD-3-Clause licensed by Alex Mason
Maintained by [email protected]
This version can be pinned in stack with:amazonka-s3-streaming-0.2.0.0@sha256:56ae1385b09916351958a19967c1b5d3badcca54f6d7c3130157fe4d15fb9340,1927

Module documentation for 0.2.0.0

amazonka-s3-streaming Build Status

Provides a conduit based streaming interface and a concurrent interface to uploading data to S3 using the Multipart API.

Changes

Changelog - amazonka-s3-streaming

0.2.0.0

  • Fixed a potential bug with very large uploads where the chunksize might be too small for the limit of 10,000 chunks per upload (#6).
  • Change API to allow the user to specify a chunk size for streaming if the user knows more about the data than we do.
  • Allow the user to specify how many concurrent threads to use for concurrentUpload as as well as chunk size (#4).
  • Better specify cabal dependency ranges.