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'