From ddf56878e867e3556cb9c6cb6df6e60cff4e21fa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 2 Jan 2020 18:10:23 -0800 Subject: minio version/compression notes --- minio/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'minio') diff --git a/minio/README.md b/minio/README.md index fd914f0..d8f1c69 100644 --- a/minio/README.md +++ b/minio/README.md @@ -4,6 +4,14 @@ documents, addressed by the sha1 of the PDF file the XML was extracted from. Note that on the backend minio is just storing objects as files on disk. +## Deploying minio Server + +It seems to be important to use a version of minio from at least December 2019 +era for on-disk compression to actually work. + +Currently install minio (and mc, the minio client) in prod by simply +downloading the binaries and calling from systemd. + ## Buckets and Directories Hosts and buckets: @@ -61,3 +69,6 @@ Make a prefix within a bucket world-readable like: mc policy set download cluster/unpaywall/grobid +## Config + + mc admin config set aitio compression extensions=.txt,.log,.csv,.json,.tsv,.pdf,.xml mime_types=text/csv,text/plain,application/json,application/xml,application/octet-stream,application/tei+xml -- cgit v1.2.3