From 8ea42ce9779073b689f18519713b28c9d05028df Mon Sep 17 00:00:00 2001 From: Chris Harvey Date: Sun, 24 Jan 2021 22:05:41 +0000 Subject: [PATCH] Add note about S3 paths to documentation --- docs/s3/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/s3/index.md b/docs/s3/index.md index a9b41b5..c62855c 100644 --- a/docs/s3/index.md +++ b/docs/s3/index.md @@ -7,6 +7,12 @@ will use in production as well as support for pre-signed URLs. **S3 Endpoint:** s3.localhost +!!! note "Paths" + By default, the S3 SDK will use a subdomain style endpoint to access your + bucket. In magicLAMP, you will need to use "path style" endpoints. This + can be configured in your S3 configuration. In PHP/Laravel, this option + can be used by setting `use_path_style_endpoint` to `true`. + ## Accessing the GUI MinIO has a built-in GUI which you can access at `s3.localhost`. Here you