From ec90b748afb3d0d972fa2007db6e8c79ddb583ac Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 26 Apr 2017 11:07:10 -0700 Subject: [PATCH] Fix references nits --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 700a693..cef1312 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,12 @@ support. Andrew Gaul provides commercial support via . References ---------- -* Apache [jclouds](http://jclouds.apache.org/) provides storage backend support for S3Proxy -* Ceph [s3-tests](https://github.com/ceph/s3-tests) help maintain and improve compatibility with the S3 API +* [Apache jclouds](http://jclouds.apache.org/) provides storage backend support for S3Proxy +* [Ceph s3-tests](https://github.com/ceph/s3-tests) help maintain and improve compatibility with the S3 API * [fake-s3](https://github.com/jubos/fake-s3), [gofakes3](https://github.com/johannesboyne/gofakes3), [S3 ninja](https://github.com/scireum/s3ninja), [s3rver](https://github.com/jamhall/s3rver), and [Scality S3 Server](https://s3.scality.com/) provide functionality similar to S3Proxy when using the filesystem backend * [GlacierProxy](https://github.com/bouncestorage/glacier-proxy) and [SwiftProxy](https://github.com/bouncestorage/swiftproxy) provide similar functionality for the Amazon Glacier and OpenStack Swift APIs * [minio](https://github.com/minio/minio) provides filesystem and Azure storage backends. -* [sbt-s3](https://github.com/localytics/sbt-s3) run S3Proxy via the Scala Build Tool +* [sbt-s3](https://github.com/localytics/sbt-s3) runs S3Proxy via the Scala Build Tool * [swift3](https://github.com/openstack/swift3) provides an S3 middleware for OpenStack Swift License