Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const azureContainerName = getAzureContainerName(azureLocation);
const bucket = 'buckettestmultiplebackendobjectcopy';
const bucketAzure = 'bucketazuretestmultiplebackendobjectcopy';
const body = Buffer.from('I am a body', 'utf8');
const bigBody = new Buffer(5 * 1024 * 1024);
const bigBody = Buffer.alloc(5 * 1024 * 1024);
const normalMD5 = 'be747eb4b75517bf6b3cf7c5fbb62f3a';
const bigMD5 = '5f363e0e58a95f06cbe9bbc662c5dfb6';
const emptyMD5 = 'd41d8cd98f00b204e9800998ecf8427e';