Skip to content

Commit 948a0e3

Browse files
committed
default bucket and profile to false
1 parent 286c855 commit 948a0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const aug = require('aug');
66
const defaultOptions = {
77
endpoint: '/upload', // endpoint where images should be POSTed
88
contentTypes: [], // list of mime-types the endpoint accepts
9-
bucket: process.env.AWS_BUCKET,
10-
profile: process.env.AWS_PROFILE,
9+
bucket: false,
10+
profile: false,
1111
quality: 100, // images aren't compressed by default
1212
maxUploadSize: 1 // in mb
1313
};

0 commit comments

Comments
 (0)