We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd037a2 commit 369b7cdCopy full SHA for 369b7cd
tools/spectral/ipa/metrics/metricS3Upload.js
@@ -2,10 +2,7 @@ import { PutObjectCommand, S3ServiceException } from '@aws-sdk/client-s3';
2
import config from './config.js';
3
import path from 'path';
4
import fs from 'node:fs';
5
-import {
6
- getS3FilePath,
7
- getS3Client
8
-} from './utils/dataDumpUtils.js';
+import { getS3FilePath, getS3Client } from './utils/dataDumpUtils.js';
9
10
/**
11
* Upload IPA product metrics to Data Warehouse S3
0 commit comments