diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 03:31:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 03:31:07 +0100 |
| commit | 942a72123ecf7ed91cf3cba1124adc11a3615208 (patch) | |
| tree | 42fa36700fd80c4903acb0ecb2b1e0bbdc8da2d6 /bucky/util/upload.js | |
| parent | 41d0bd185c19c8a51ed9b85700f52181b6cc5012 (diff) | |
404 page and maybe deleting threads
Diffstat (limited to 'bucky/util/upload.js')
| -rw-r--r-- | bucky/util/upload.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bucky/util/upload.js b/bucky/util/upload.js index 242acf0..a1810a4 100644 --- a/bucky/util/upload.js +++ b/bucky/util/upload.js @@ -22,6 +22,10 @@ module.exports.init = function (opt){ }) } +module.exports.client = function(){ + return s3 +} + module.exports.put = function (opt) { var filename var err |
