From 6cd7a3be64b231f4b30dbca6e153fc2081272010 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Sun, 3 Apr 2022 17:39:29 -0500 Subject: [PATCH] Remove migrate.toml --- migrate.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 migrate.toml diff --git a/migrate.toml b/migrate.toml deleted file mode 100644 index 72381b7..0000000 --- a/migrate.toml +++ /dev/null @@ -1,13 +0,0 @@ -## Store config where files currently exist -# see [store] documentation in pict-rs.toml for more info -[from] -type = "file_store" - -## Store config where files will be moved to -# see [store] documentation in pict-rs.toml for more info -[to] -type = 's3_store' -bucket_name = 'pict-rs' -region = 'http://minio:9000' -access_key = '09ODZ3BGBISV4U92JLIM' -secret_key = 'j35YE9RrxhBP0dpiD5mmdXRXvPkEJR4k6zK12q3o'