diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 09:54:11 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 09:54:11 +0100 |
commit | 5c3dd9c74a27f82e4ba7f545ae23e3ba614f5d9b (patch) | |
tree | 194dfe2fc2a667617cd7fc29edcf9b82b99cf13c /README.md | |
parent | 28055b708fd27ed7407193eacdd5294b1192b067 (diff) | |
download | garage-5c3dd9c74a27f82e4ba7f545ae23e3ba614f5d9b.tar.gz garage-5c3dd9c74a27f82e4ba7f545ae23e3ba614f5d9b.zip |
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Now you should be ready to start hacking on garage! ## S3 compatibility Only a subset of S3 is supported: adding, listing, getting and deleting files in a bucket. -Bucket management, ACL and other advanced features are not (yet?) handled through the S3 API but through `garage` CLI. +Bucket management, ACL and other advanced features are not (yet?) handled through the S3 API but through the `garage` CLI. We primarily test `garage` against the `awscli` tool and `nextcloud`. ## Setting up Garage |