Update integration tests and package versions (#211)
* Update gas-types-detailed package * Update LICENSE * update node versions and macos versions in workflows * add NODE_OPTIONS env: max_old_space_size=4096 * support new log-in flow
This commit is contained in:
@@ -20,6 +20,11 @@ require('dotenv').config();
|
||||
|
||||
const UPLOAD_BUCKET = process.env.S3_BUCKET_NAME;
|
||||
|
||||
AWS.config.update({
|
||||
accessKeyId: process.env.AWS_ACCESS_KEY_ID,
|
||||
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
|
||||
});
|
||||
|
||||
const s3 = new AWS.S3({ apiVersion: '2006-03-01' });
|
||||
|
||||
class ImageReporter {
|
||||
|
||||
Reference in New Issue
Block a user