aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-01-24 13:59:25 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-01-24 13:59:25 +0100
commitc435004d9f02e008d62ff727f8143ebd123bcbbf (patch)
tree85b3864d4d2ef39e459fbdbdaeb650f15b7a78d7
parent3e07f10255afe09939507a98002a4e929c464c7d (diff)
downloadgarage-c435004d9f02e008d62ff727f8143ebd123bcbbf.tar.gz
garage-c435004d9f02e008d62ff727f8143ebd123bcbbf.zip
Reword connect
-rw-r--r--doc/book/src/connect/index.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/book/src/connect/index.md b/doc/book/src/connect/index.md
index 60a3b03b..090a6486 100644
--- a/doc/book/src/connect/index.md
+++ b/doc/book/src/connect/index.md
@@ -4,11 +4,12 @@ Garage implements the Amazon S3 protocol, which makes it compatible with many ex
In particular, you will find here instructions to connect it with:
- - [web applications](./apps.md)
- - [website hosting](./websites.md)
- - [software repositories](./repositories.md)
- - [CLI tools](./cli.md)
- - [your own code](./code.md)
+ - [Browsing tools](./cli.md)
+ - [Applications](./apps.md)
+ - [Website hosting](./websites.md)
+ - [Software repositories](./repositories.md)
+ - [Your own code](./code.md)
+ - [FUSE](./fs.md)
### Generic instructions
@@ -30,9 +31,9 @@ you will need the following parameters:
Most S3 clients can be configured easily with these parameters,
provided that you follow the following guidelines:
-- **Force path style:** Garage does not support DNS-style buckets, which are now by default
- on Amazon S3. Instead, Garage uses the legacy path-style bucket addressing.
- Remember to configure your client to acknowledge this fact.
+- **Be careful to DNS-style/path-style access:** Garage supports both DNS-style buckets, which are now by default
+ on Amazon S3, and legacy path-style buckets. If you use a reverse proxy in front of Garage,
+ make sure that you configured it to support the access-style required by the software you want to use.
- **Configuring the S3 region:** Garage requires your client to talk to the correct "S3 region",
which is set in the configuration file. This is often set just to `garage`.