|
@@ -1,8 +1,14 @@
|
|
|
import {
|
|
import {
|
|
|
- S3Client, HeadObjectCommand, GetObjectCommand, DeleteObjectsCommand, PutObjectCommand, DeleteObjectCommand,
|
|
|
|
|
|
|
+ S3Client,
|
|
|
|
|
+ HeadObjectCommand,
|
|
|
|
|
+ GetObjectCommand,
|
|
|
|
|
+ DeleteObjectsCommand,
|
|
|
|
|
+ PutObjectCommand,
|
|
|
|
|
+ DeleteObjectCommand,
|
|
|
} from '@aws-sdk/client-s3';
|
|
} from '@aws-sdk/client-s3';
|
|
|
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
|
|
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
|
|
|
import urljoin from 'url-join';
|
|
import urljoin from 'url-join';
|
|
|
|
|
+
|
|
|
import loggerFactory from '~/utils/logger';
|
|
import loggerFactory from '~/utils/logger';
|
|
|
|
|
|
|
|
|
|
|