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

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

Please see README.md


[Skip to Readme]

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.4.3 && <1.5), amazonka-core (>=1.4.3 && <1.5), amazonka-s3 (>=1.4.3 && <1.5), amazonka-s3-streaming (>=0.2.0.1 && <0.3), base (>=4.7 && <5), bytestring (>=0.10.8.1 && <0.11), conduit (>=1.2.8 && <1.3), conduit-extra (>=1.1.15 && <1.2), deepseq (>=1.4 && <1.5), dlist (>=0.8 && <0.9), exceptions (>=0.8.2.1 && <0.9), http-client (>=0.4 && <0.5.8), lens (>=4.13 && <5.0), lifted-async (>=0.9 && <0.10), mmap (>=0.5 && <0.6), mmorph (>=1.0.6 && <1.1), mtl (>=2.2.1 && <2.3), resourcet (>=1.1.7.4 && <1.2), semigroups (>=0.12 && <0.19), text (>=1.2.2.1 && <1.3), transformers (>=0.4 && <0.6) [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
Revised Revision 1 made by AlexMason at 2018-02-19T01:03:54Z
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 2017-02-28T22:54:48Z
Distributions NixOS:2.0.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables s3upload
Downloads 8941 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-28 [all 1 reports]

Readme for amazonka-s3-streaming-0.2.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.