amazonka-s3-streaming: Provides conduits to upload data to S3 using the Multipart API

[ aws, bsd3, cloud, distributed-computing, library, network ] [ Propose Tags ]

Provides a conduit based streaming interface and a concurrent interface to uploading data to S3 using the Multipart API. Also provides method to upload files or bytestrings of known size in parallel. Please see README.md.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
s3upload-exe

Whether to build the s3upload executable for uploading files using this library.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.1.0.0, 2.0.0.0 (info)
Change log Changelog.md
Dependencies amazonka (>=2.0 && <2.1), amazonka-s3 (>=2.0 && <2.1), amazonka-s3-streaming, async (>=2 && <2.3), base (>=4.14 && <5), bytestring (>=0.10.8.0 && <0.13), conduit (>=1.3 && <1.4), conduit-extra, deepseq (>=1.4.4 && <1.6), exceptions (>=0.8.2.1 && <0.11), http-client (>=0.4 && <0.8), http-client-tls (>=0.3 && <0.4), resourcet (>=1.2.0 && <1.4), text (>=1.2.4 && <1.3 || >=2.0 && <2.2), transformers (>=0.5 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright © 2023 Alex Mason, Copyright © 2016 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
Author Alex Mason
Maintainer amazonka-s3-streaming@me.axman6.com
Category Network, AWS, Cloud, Distributed Computing
Home page https://github.com/Axman6/amazonka-s3-streaming#readme
Source repo head: git clone https://github.com/Axman6/amazonka-s3-streaming
Uploaded by AlexMason at 2023-08-28T05:37:13Z
Distributions NixOS:2.0.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables s3upload
Downloads 8967 total (49 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for amazonka-s3-streaming-2.0.0.0

[back to package description]

amazonka-s3-streaming Haskell-CI

Provides a conduit based streaming interface and a concurrent interface to uploading data to S3 using the Multipart API. Also provides method to upload files or bytestrings of known size in parallel.

The documentation can be found on Hackage.