Skip to content

Commit

Permalink
fix(readme): update agent options for ca
Browse files Browse the repository at this point in the history
Setting as fix commit to update readme on npm
  • Loading branch information
ryansonshine committed Jun 2, 2023
1 parent d2e81a9 commit 91d0e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import { addProxyToClient } from 'aws-sdk-v3-proxy';

const client = addProxyToClient(new S3Client({}), {
agentOptions: {
proxyRequestOptions: { ca: [fs.readFileSync('custom-proxy-cert.pem').toString()] },
ca: [fs.readFileSync('custom-proxy-cert.pem').toString()],
},
});

Expand Down

0 comments on commit 91d0e92

Please sign in to comment.