Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Add MinFS deprecation message in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshavardhana authored and minio-trusted committed Jul 17, 2019
1 parent 1ac6b8a commit c5fe2de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c5fe2de

Please sign in to comment.