Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active October 27, 2021 10:55
Embed
What would you like to do?
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