Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goenning/local-aws-s3

A local implementation of Amazon S3 .NET SDK for testing without the need of internet connection or being charged
https://github.com/goenning/local-aws-s3

Last synced: 13 days ago
JSON representation

A local implementation of Amazon S3 .NET SDK for testing without the need of internet connection or being charged

Awesome Lists containing this project

README

        

Local AWS S3
============

*Work is in progress. This is just a draft.*

When developing applications that use AWS SDK for uploading and downloading assets from S3 you will need:

- An Amazon AWS account
- Pay every X requests ([more here](http://aws.amazon.com/en/s3/pricing/))
- Internet Connection

This tool should not be used in production!
Use it only for developing and testing.