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