We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3117db0 + 89b2c15 commit d2ea345Copy full SHA for d2ea345
README.md
@@ -33,7 +33,7 @@ import { upload } from 'graphql-middleware-apollo-upload-server'
33
const client = new S3({
34
accessKeyId: __S3_KEY__,
35
secretAccessKey: __S3_SECRET__,
36
- Bucket: __S3_BUCKET__,
+ params: { Bucket: __S3_BUCKET__ },
37
})
38
39
const uploadToS3 = async file => {
0 commit comments