Skip to content

Commit

Permalink
- Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Noel committed Sep 14, 2023
1 parent 055123c commit 4807d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/src/clients/s3.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class S3Client implements S3ClientInterface {
* @param contentType The content type of the data to upload.
*/
async upload(bucketName: string, key: string, data: any, contentEncoding?: string, contentType?: string): Promise<void> {
this.logHandler.debug("S3 CLIENT - Uploading object", {bucketName, key, data, contentEncoding, contentType}, AwsModuleKeyname);
this.logHandler.debug("S3 CLIENT - Uploading object", {bucketName, key, contentEncoding, contentType}, AwsModuleKeyname);

const command = new PutObjectCommand({
Bucket: bucketName,
Expand Down

0 comments on commit 4807d08

Please sign in to comment.