Closed matteodem closed 10 years ago
Please create a file in lib/ with this content
if (Meteor.isServer) {
process.env.AWS_KEY = 'AMAZON API KEY';
process.env.AWS_SECRET = 'AMAZON API SECRET';
process.env.AWS_BUCKET = 'S3 BUCKET NAME';
}
Read the instructions on how to setup the S3 bucket here In the long term solution im making a abstract filesystem for orion. Thanks!
Cool project! Really looking forward to checking it out. When I run meteor on this project I get following error though