From 5684e2e748e5ddc5962597711af1a63722c4ebde Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 28 May 2020 14:27:03 -0700 Subject: move minio directory to 'blobs' Part of migration from minio to seaweedfs, should be agnostic about what our actual blobstore (S3 API) is. --- minio/minio.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 minio/minio.conf (limited to 'minio/minio.conf') diff --git a/minio/minio.conf b/minio/minio.conf deleted file mode 100644 index 2e93f9a..0000000 --- a/minio/minio.conf +++ /dev/null @@ -1,14 +0,0 @@ - -# 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" -- cgit v1.2.3