From a037728ee8a6f868afb5d574012a240788de9e67 Mon Sep 17 00:00:00 2001 From: Matthew Nguyen Date: Tue, 7 Jun 2016 11:20:30 -0700 Subject: [PATCH] Add exfile-s3 to list of storage adapteeers I just created [exfile-s3](https://github.com/MattNguyen/exfile-s3). I'm still working on tests, but am throwing this up in case you want to take a look and provide feedback. Thanks! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4f4b3c..ff11398 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ adapter is included (`Exfile.Backend.FileSystem`) as an example. * [exfile-b2](https://github.com/keichan34/exfile-b2) -- storage adapter for the [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html) cloud storage service. +* [exfile-s3](https://github.com/MattNguyen/exfile-s3) -- storage adapter for + [AWS S3](https://aws.amazon.com/s3/). ## File Processors