SyntaxError: Invalid shorthand property initializer
config.js에서 변수 설정 후 node 실행 시 에러 발생
config.js
config.js 변수 설정 시 = 사용
=
초기 변수 설정 시 :를 사용
:
// config.js module.exports = { BUCKET_NAME : 'bucket' }