From 69e82f3f3f91e6ed21617878ee845750d8578635 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Thu, 28 Oct 2021 21:15:20 -0500 Subject: [PATCH] Add note about minio to pict-rs.toml --- pict-rs.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pict-rs.toml b/pict-rs.toml index ff62f7b..31c6381 100644 --- a/pict-rs.toml +++ b/pict-rs.toml @@ -95,7 +95,9 @@ type = "file_store" # # # Required: bucket region # # environment variable: PICTRS_STORE__REGION -# region = 'eu-central-1' # can also be endpoint of local s3 store +# # +# # can also be endpoint of local s3 store, e.g. 'http://minio:9000' +# region = 'eu-central-1' # # # Optional: bucket access key # # environment variable: PICTRS_STORE__ACCESS_KEY