Skip to content

Commit 01cb970

Browse files
committed
changes related to latest migration adaptations
1 parent f68286b commit 01cb970

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/storage/data/external/GcpClient.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ const { createMpuKey } = GcpUtils;
88
const AwsClient = require('./AwsClient');
99
const { prepareStream } = require('../../../s3middleware/prepareStream');
1010
const { logHelper, removeQuotes } = require('./utils');
11-
const {
12-
ListObjectsCommand,
13-
PutObjectCommand,
14-
GetObjectCommand,
15-
DeleteObjectCommand,
16-
CopyObjectCommand,
17-
HeadObjectCommand
18-
} = require('@aws-sdk/client-s3');
1911

2012
const missingVerIdInternalError = errorInstances.InternalError.customizeDescription(
2113
'Invalid state. Please ensure versioning is enabled ' +

0 commit comments

Comments
 (0)