(objectKey)
| 137 | } |
| 138 | |
| 139 | function getAwsParamsBucketNotMatch(objectKey) { |
| 140 | return { Bucket: awsMismatchBucket, Key: `${bucketName}/${objectKey}` }; |
| 141 | } |
| 142 | |
| 143 | function assertMpuInitResults(initResult, key, cb) { |
| 144 | parseString(initResult, (err, json) => { |