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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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, 0.2.0.5, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.1.0.0, 2.0.0.0
Change log Changelog.md
Dependencies amazonka (>=1.3 && <1.6), amazonka-core (>=1.3 && <1.6), amazonka-s3 (>=1.3 && <1.6), amazonka-s3-streaming, base (>=4.6 && <5), bytestring (>=0.10.8.0 && <0.11), conduit (>=1.2.6.6 && <1.3), conduit-extra, deepseq (>=1.2 && <1.5), dlist (>=0.8 && <0.9), exceptions (>=0.8.2.1 && <0.9), foundation (==0.0.15), http-client (>=0.4 && <0.6), lens (>=4.13 && <5.0), lifted-async (>=0.9 && <0.10), mmap (>=0.5 && <0.6), mmorph (>=1.0.6 && <1.2), mtl (>=2.2.1 && <2.3), resourcet (>=1.1.7.4 && <1.2), semigroups (>=0.12), text, transformers (>=0.4) [details]
License BSD-3-Clause
Copyright Copyright (c) 2016 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
Author Alex Mason
Maintainer Alex.Mason@data61.csiro.au
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 2018-02-18T03:21:31Z

Modules

[Index]

Flags

Automatic 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


Readme for amazonka-s3-streaming-0.2.0.5

[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.