Skip to content

Instantly share code, notes, and snippets.

@stemmlerjs
Created February 13, 2020 16:47
Show Gist options
  • Select an option

  • Save stemmlerjs/fd893648296e6134ca276cdb07efbd55 to your computer and use it in GitHub Desktop.

Select an option

Save stemmlerjs/fd893648296e6134ca276cdb07efbd55 to your computer and use it in GitHub Desktop.
import { AWSS3Uploader } from './s3'
const s3Uploader = new AWSS3Uploader({
accessKeyId: process.env.AWS_ACCESS_KEY,
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
destinationBucketName: 'my-really-cool-bucket'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment