We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68286b commit 01cb970Copy full SHA for 01cb970
lib/storage/data/external/GcpClient.js
@@ -8,14 +8,6 @@ const { createMpuKey } = GcpUtils;
8
const AwsClient = require('./AwsClient');
9
const { prepareStream } = require('../../../s3middleware/prepareStream');
10
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');
19
20
const missingVerIdInternalError = errorInstances.InternalError.customizeDescription(
21
'Invalid state. Please ensure versioning is enabled ' +
0 commit comments