From c5fe2de6b3f33ab948d640e0dd74152e4aa3bb14 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 23 Nov 2017 01:43:51 -0800 Subject: [PATCH] Add MinFS deprecation message in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5c0e7f4..978c4e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +***DEPRECATED - This project is deprecated and not maintained anymore.*** +***It is recommended for all users to use one of the following options intead.*** + +- [rexray/s3fs](https://rexray.readthedocs.io/en/stable/user-guide/schedulers/docker/plug-ins/aws/#aws-s3fs) +- [goofys](https://github.com/kahing/goofys) + # MinFS Quickstart Guide [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) [![Go Report Card](https://goreportcard.com/badge/minio/minfs)](https://goreportcard.com/report/minio/minfs) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minfs.svg?maxAge=604800)](https://hub.docker.com/r/minio/minfs/) MinFS is a fuse driver for Amazon S3 compatible object storage server. MinFS lets you mount a remote bucket (from a S3 compatible object store), as if it were a local directory. This allows you to read and write from the remote bucket just by operating on the local mount directory.