Add note about minio to pict-rs.toml

This commit is contained in:
Aode (lion) 2021-10-28 21:15:20 -05:00
parent 76e3d37009
commit 69e82f3f3f
1 changed files with 3 additions and 1 deletions

View File

@ -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