mirror of
https://github.com/timvisee/send.git
synced 2026-04-21 22:14:33 -04:00
integrate with new ui
This commit is contained in:
@@ -2,8 +2,8 @@ const AWS = require('aws-sdk');
|
||||
const s3 = new AWS.S3();
|
||||
|
||||
class S3Storage {
|
||||
constructor(config, log) {
|
||||
this.bucket = config.s3_bucket;
|
||||
constructor(config, index, log) {
|
||||
this.bucket = config.s3_buckets[index];
|
||||
this.log = log;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user