Skip to content

Commit 3299280

Browse files
committed
Remove AWS annoying message
1 parent c1fb47f commit 3299280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/S3.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
"use strict";
1919
const async = require('async');
2020
const AWS = require('aws-sdk');
21+
require("aws-sdk/lib/maintenance_mode_message").suppress = true;
2122
const fs = require('fs');
2223
const glob = require('glob');
2324
const path = require('path');

0 commit comments

Comments
 (0)