Skip to content

Instantly share code, notes, and snippets.

@NickAger
Created July 25, 2021 14:36
Show Gist options
  • Select an option

  • Save NickAger/6e64f26bdb71c3691a8b92a8f8c1f4c8 to your computer and use it in GitHub Desktop.

Select an option

Save NickAger/6e64f26bdb71c3691a8b92a8f8c1f4c8 to your computer and use it in GitHub Desktop.
import { S3Client, PutObjectCommand, GetObjectCommand } from "@aws-sdk/client-s3"
const s3client = new S3Client({logger: console})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment