From 112d5a7e2d2eb227f62045a4d62bd181aeecd980 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sun, 26 Jan 2020 10:36:44 -0500 Subject: [PATCH] Delete s3 --- .config/teiler/uploader/s3 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/teiler/uploader/s3 diff --git a/.config/teiler/uploader/s3 b/.config/teiler/uploader/s3 deleted file mode 100644 index 7f7a02b7..00000000 --- a/.config/teiler/uploader/s3 +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -s3_bucket= -s3_path_img=path/to/images -s3_path_vid=path/to/videos -s3_path_paste=path/to/pastes -s3_http_img=http://S3_DOMAIN/path/to/images -s3_http_vid=http://S3_DOMAIN/path/to/videos -s3_http_paste=http://S3_DOMAIN/path/to/pastes