Skip to content

Commit

Permalink
Merge pull request #157 from Akord-com/remove-metadata
Browse files Browse the repository at this point in the history
fix: remove file metadata
  • Loading branch information
jarrvis authored Jul 12, 2023
2 parents feb87cc + a3dde2c commit 1a91b93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,6 @@ export class ApiClient {
config.headers['x-amz-meta-encryptedkey'] = tag.value;
} else if (tag.name === "Initialization-Vector") {
config.headers['x-amz-meta-iv'] = tag.value;
} else {
config.headers['x-amz-meta-' + tag.name.toLowerCase()] = tag.value;
}
}
config.headers['x-amz-meta-tags'] = JSON.stringify(this._tags);
Expand Down

0 comments on commit 1a91b93

Please sign in to comment.