Created
July 25, 2021 14:36
-
-
Save NickAger/6e64f26bdb71c3691a8b92a8f8c1f4c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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