We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbe987 commit a968f50Copy full SHA for a968f50
src/bucket.ts
@@ -64,6 +64,7 @@ import {
64
} from './signer';
65
import {Readable} from 'stream';
66
import {CRC32CValidatorGenerator} from './crc32c';
67
+import {URL} from 'url';
68
69
interface SourceObject {
70
name: string;
src/file.ts
@@ -68,6 +68,7 @@ import {
} from './util';
import {HashStreamValidator} from './hash-stream-validator';
71
72
73
import retry = require('async-retry');
74
0 commit comments