Giter VIP home page Giter VIP logo

01vladimir10 / s3-upload-stream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mlhpdx/s3-upload-stream

0.0 1.0 0.0 26 KB

Code library that provides a Stream implementation that makes working with uploads to S3 easier where the size of the content isn't known a priori. It holds only partial content in memory (works with large objects), and is compatible with code libraries that work with output streams.

License: MIT License

C# 100.00%

s3-upload-stream's Introduction

S3 Upload Stream

This code demonstrates how to perform uploads to S3 without holding the entire content in memory or storage beforehand. This approach is more memory efficient than using MemoryStream and offers compatibility with libraries and packages that work with a Stream interface. Examples for extracting GZIP, decrypting AES and PGP, and uploading dynamically-generated CSV are provided. A NuGet package is also available for the library, hosted here on GitHub.

This project is a follow-on to SeekableS3Stream, also on Github. Using both allows for very efficient and simple large file processing to and from S3 via AWS Lambda, as demonstrated in one of the Examples.

For a more detailed explaination, check out the article on Medium.

s3-upload-stream's People

Contributors

mlhpdx avatar diegojancic avatar lee-11 avatar 01vladimir10 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.