Skip to content

Commit 7dae22f

Browse files
committed
Remove an unsafe logging statement.
1 parent 5642587 commit 7dae22f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rush-plugins/rush-amazon-s3-build-cache-plugin/src/AmazonS3Client.ts

-4
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ export class AmazonS3Client {
231231

232232
const authorizationHeader: string = `AWS4-HMAC-SHA256 Credential=${this._credentials.accessKeyId}/${scope},SignedHeaders=${signedHeaderNamesString},Signature=${signature}`;
233233

234-
this._writeDebugLine(
235-
`signinged request to S3 with <AccessKeyId>:<SecretAccessKey> = ${this._credentials.accessKeyId}:${this._credentials.secretAccessKey}`
236-
);
237-
238234
headers.set('Authorization', authorizationHeader);
239235
if (this._credentials.sessionToken) {
240236
// Handle signing with temporary credentials (via sts:assume-role)

0 commit comments

Comments
 (0)