Skip to content

Commit

Permalink
fixup! shit
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG authored Jul 5, 2023
1 parent 319a442 commit 4224798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/aws-node-sdk/test/utils/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function fakeMetadataArchive(bucketName, objectName, versionId, archive, cb) {
objMD['x-amz-meta-custom-user-md'] = 'custom-md';
objMD.tags = { tag1: 'value1', tag2: 'value2' };
objMD['x-amz-server-side-encryption'] = 'AES256';
objMD['x-amz-server-side-encryption-aws-kms-key-id'] = 'very-secret-key';
objMD['x-amz-server-side-encryption-aws-kms-key-id'] = 'very-secret-key';
objMD['x-amz-website-redirect-location'] = 'https://scality.com/';
objMD.replicationInfo = {
'status': 'PENDING',
Expand Down

0 comments on commit 4224798

Please sign in to comment.