aboutsummaryrefslogtreecommitdiff
path: root/doc/book/connect/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book/connect/_index.md')
-rw-r--r--doc/book/connect/_index.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/book/connect/_index.md b/doc/book/connect/_index.md
index b4868b9f..07c4e31f 100644
--- a/doc/book/connect/_index.md
+++ b/doc/book/connect/_index.md
@@ -10,11 +10,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](@/documentation/connect/apps/index.md)
- - [website hosting](@/documentation/connect/websites.md)
- - [software repositories](@/documentation/connect/repositories.md)
- - [CLI tools](@/documentation/connect/cli.md)
- - [your own code](@/documentation/connect/code.md)
+ - [Browsing tools](@/documentation/connect/cli.md)
+ - [Applications](@/documentation/connect/apps/index.md)
+ - [Website hosting](@/documentation/connect/websites.md)
+ - [Software repositories](@/documentation/connect/repositories.md)
+ - [Your own code](@/documentation/connect/code.md)
+ - [FUSE](@/documentation/connect/fs.md)
### Generic instructions
@@ -36,9 +37,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`.