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.
1 parent 286c855 commit 948a0e3Copy full SHA for 948a0e3
index.js
@@ -6,8 +6,8 @@ const aug = require('aug');
6
const defaultOptions = {
7
endpoint: '/upload', // endpoint where images should be POSTed
8
contentTypes: [], // list of mime-types the endpoint accepts
9
- bucket: process.env.AWS_BUCKET,
10
- profile: process.env.AWS_PROFILE,
+ bucket: false,
+ profile: false,
11
quality: 100, // images aren't compressed by default
12
maxUploadSize: 1 // in mb
13
};
0 commit comments