Skip to content

Commit d2ea345

Browse files
authored
fix(docs): README example
Ahh 😂, thank you so much!
2 parents 3117db0 + 89b2c15 commit d2ea345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { upload } from 'graphql-middleware-apollo-upload-server'
3333
const client = new S3({
3434
accessKeyId: __S3_KEY__,
3535
secretAccessKey: __S3_SECRET__,
36-
Bucket: __S3_BUCKET__,
36+
params: { Bucket: __S3_BUCKET__ },
3737
})
3838

3939
const uploadToS3 = async file => {

0 commit comments

Comments
 (0)