Skip to content

Commit 05b9b12

Browse files
ARSN-512: Fix GCP createMPU merge mistake
Merge mistake in integration branch: 5f82c8d#diff-52c79ca036023bc2900f3585f751607ed025bffa666f3c9193689daa6c28bc24L3 GCP createMPU broken since March
1 parent 80bb045 commit 05b9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage/data/external/GCP/GcpApis/createMPU.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { v4: uuid } = require('uuid');
2-
const errors = require('../../../../../errors').default;
32
const errorInstances = require('../../../../../errors').errorInstances;
3+
const { createMpuKey, logger, getPutTagsMetadata } = require('../GcpUtils');
44
const { logHelper } = require('../../utils');
55

66
/**

0 commit comments

Comments
 (0)