Closed pxwise closed 9 years ago
First time using knox v0.9.2, with code:
var knox = ('knox'); var client = knox.createClient({ key: 'key', secret: 'secret-key', bucket: 'bucketname' });
Correct key, secret key and bucketname were filled in.
Receive Object knox has no method 'createClient'.
You load modules by calling require();, like this:
require();
var knox = require('knox');
Obvious mistake. thanks.
First time using knox v0.9.2, with code:
Correct key, secret key and bucketname were filled in.
Receive Object knox has no method 'createClient'.