diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-06-06 09:15:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-06 09:15:40 -0700 |
| commit | 7912a812f1ca81305793812af657a7947f43a34c (patch) | |
| tree | c3d8f0ca48b240c388a0b85f59e1142d209db769 | |
| parent | eeb9860829c4bdf6234a2a4ea521c673f009a228 (diff) | |
| download | seaweedfs-7912a812f1ca81305793812af657a7947f43a34c.tar.xz seaweedfs-7912a812f1ca81305793812af657a7947f43a34c.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ SeaweedFS can work very well with just the object store. [[Filer]] can then be a * [filer server][Filer] provide "normal" directories and files via http. * [mount filer][Mount] to read and write files directly as a local directory via FUSE. * [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling. -* [Erasure Coding for warm storage] [ErasureCoding] to reduce storage cost. +* [Erasure Coding for warm storage][ErasureCoding] to reduce storage cost. * [Hadoop Compatible File System][Hadoop] to access files from Hadoop/Spark/Flink/etc jobs. * [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. * [WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices. |
