File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1- const AWS = require ( 'aws-sdk' ) ;
2-
31const { S3 } = require ( '@aws-sdk/client-s3' ) ;
4-
52const git = require ( './util/git' ) ;
63const { createRegisterAsyncTaskFn } = require ( './util/async-grunt-task' ) ;
74const semver = require ( 'semver' ) ;
@@ -46,11 +43,6 @@ module.exports = function (grunt) {
4643 if ( ! bucket || ! key || ! secret ) {
4744 throw new Error ( 'Missing S3 config values' ) ;
4845 }
49-
50- // JS SDK v3 does not support global configuration.
51- // Codemod has attempted to pass values to each service client in this file.
52- // You may need to update clients outside of this file, if they use global config.
53- AWS . config . update ( { accessKeyId : key , secretAccessKey : secret } ) ;
5446 }
5547
5648 async function publish ( suffixes ) {
You can’t perform that action at this time.
0 commit comments