From 1976d2d1d50ea861b8d573eb6962c8ee70ff54cd Mon Sep 17 00:00:00 2001 From: Chris Harvey Date: Fri, 22 Jan 2021 23:14:00 +0000 Subject: [PATCH 1/2] Update S3 docs to include endpoint --- docs/s3/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/s3/index.md b/docs/s3/index.md index c9e2047..a9b41b5 100644 --- a/docs/s3/index.md +++ b/docs/s3/index.md @@ -5,6 +5,13 @@ magicLAMP includes a local S3-compatible object storage server powered by will store files in S3 as it allows you to use the same APIs that you will use in production as well as support for pre-signed URLs. +**S3 Endpoint:** s3.localhost + +## Accessing the GUI + +MinIO has a built-in GUI which you can access at `s3.localhost`. Here you +can create buckets, manage and upload files and more. + ## Authentication You can configure the access key and secret used to access the S3 server in the @@ -15,4 +22,4 @@ You can configure the access key and secret used to access the S3 server in the You can change where files uploaded to your local S3 server are stored in the `.env` file, under `S3_DATA_DIR`. -By default, files will be stored in `data/s3`. \ No newline at end of file +By default, files will be stored in `data/s3`. From 2caacbeb4b03f78f53cd5dc30e25050451f24faf Mon Sep 17 00:00:00 2001 From: Chris Harvey Date: Fri, 22 Jan 2021 23:14:48 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1a988..451a46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased](https://github.com/chrisnharvey/magicLAMP/compare/master...develop) +# v.1.5.1 + +### Fixed + +- Update docs to include endpoint for S3 server + # v1.5.0 ### New