Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active October 27, 2021 10:55
Show Gist options
  • Save velotiotech/15866b6d3a4fd9cd717aadf8663d92a5 to your computer and use it in GitHub Desktop.
Save velotiotech/15866b6d3a4fd9cd717aadf8663d92a5 to your computer and use it in GitHub Desktop.
const {S3} = require("aws-sdk");
const s3 = new S3({
accessKeyId : "ABCDEFGHIJKLMNOPQRST",
secretAccessKey : "7is/HVjA8lm9hRrJyZEPWAs5Bo8KyyvEqjjxIHoO"
//sessionToken : "options_session_token_if_applicable"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment