This is an example of using S3LevelDown with PouchDB allowing you to use S3 as a backend to PouchDB.
WARNING: Concurrent writes are not supported and will result in database corruption. See this blog post for more information.
Set S3_TEST_BUCKET
to your test S3 bucket.
$ S3_TEST_BUCKET=mybucket npm start