aboutsummaryrefslogtreecommitdiffstats
path: root/minio
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-02-12 19:04:25 -0800
committerBryan Newbold <bnewbold@archive.org>2020-02-12 19:04:25 -0800
commit6b3ce3169847a16fe6c0ab00f3a8af8b8ad099ab (patch)
tree734328da3202dd0a5ab0f5a729ee8001fd9151b0 /minio
parent21b88e3852614186b749bca542c2a2401b6c3ce4 (diff)
downloadsandcrawler-6b3ce3169847a16fe6c0ab00f3a8af8b8ad099ab.tar.gz
sandcrawler-6b3ce3169847a16fe6c0ab00f3a8af8b8ad099ab.zip
add minio.conf
Diffstat (limited to 'minio')
-rw-r--r--minio/minio.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/minio/minio.conf b/minio/minio.conf
new file mode 100644
index 0000000..2e93f9a
--- /dev/null
+++ b/minio/minio.conf
@@ -0,0 +1,14 @@
+
+# Volume to be used for MinIO server.
+MINIO_VOLUMES="/sandcrawler-minio/data"
+# Use if you want to run MinIO on a custom port.
+MINIO_OPTS="--address :9000"
+# Access Key of the server.
+MINIO_ACCESS_KEY=REDACTED
+# Secret key of the server.
+MINIO_SECRET_KEY=REDACTED
+
+# may need to set these manually using `mc admin config get`, edit the JSON, then `set`
+MINIO_COMPRESS="on"
+MINIO_COMPRESS_EXTENSIONS=".txt,.log,.csv,.json,.tar,.xml,.bin,.pdf,.tsv"
+MINIO_COMPRESS_MIME_TYPES="text/*,application/json,application/xml,application/pdf,application/octet-stream"