get example on heroku

This commit is contained in:
Mark Nadal 2014-09-10 13:43:25 -07:00
parent 0809707323
commit 93526164c0

View File

@ -83,7 +83,7 @@
key = s3.prefix + s3.prekey + key;
}
s3.get(key, function(err, data, text, meta){
console.log('via s3', key);
console.log('via s3', key, (err || data));
if(meta && (key = meta[Gun.sym.id])){
return s3.load(key, cb, {id: true});
}