(objectKey)
| 83 | }; |
| 84 | |
| 85 | function getObjectGetRequest(objectKey) { |
| 86 | return Object.assign({ |
| 87 | objectKey, |
| 88 | headers: {}, |
| 89 | url: `/${bucketName}/${objectKey}`, |
| 90 | }, basicParams); |
| 91 | } |
| 92 | |
| 93 | function getDeleteParams(objectKey, uploadId) { |
| 94 | return Object.assign({ |
no outgoing calls
no test coverage detected