Skip to content

Commit

Permalink
chore(private): add userAgentAppId explicitly for interface test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddsriv committed Oct 2, 2024
1 parent 51edd2d commit 6b97cc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const initializeWithMaximalConfiguration = () => {
sigv4aSigningRegionSet: [],
requestChecksumCalculation: DEFAULT_REQUEST_CHECKSUM_CALCULATION,
responseChecksumValidation: DEFAULT_RESPONSE_CHECKSUM_VALIDATION,
userAgentAppId: "testApp",
};

const s3 = new S3Client(config);
Expand Down

0 comments on commit 6b97cc8

Please sign in to comment.