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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (>=1.6 && <1.7), amazonka-core (>=1.6 && <1.7), amazonka-s3 (>=1.6 && <1.7), amazonka-s3-streaming, async (>=2 && <2.3), base (>=4.6 && <5), bytestring (>=0.10.8.0 && <0.11), conduit (>=1.3 && <1.4), conduit-extra, dlist (>=0.8 && <0.9), exceptions (>=0.8.2.1 && <0.11), http-client (>=0.4 && <0.6), lens (>=4.13 && <5.0), mmorph (>=1.0.6 && <1.2), mtl (>=2.2.1 && <2.3), text [details]
License BSD-3-Clause
Copyright Alex Mason, Copyright (c) 2016 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
Author Alex Mason
Maintainer axman6+hackage@gmail.com
Revised Revision 1 made by AlexMason at 2019-05-15T11:19:29Z
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 2019-05-14T02:06:58Z
Distributions NixOS:2.0.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables s3upload
Downloads 8936 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-14 [all 1 reports]

Readme for amazonka-s3-streaming-1.0.0.1

[back to package description]

amazonka-s3-streaming Build Status

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.