Skip to content

Commit

Permalink
Add note about S3 paths to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed Jan 24, 2021
1 parent 03a5541 commit 8ea42ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ea42ce

Please sign in to comment.