Lepozepo / S3

A simple helper for easily uploading files to Amazon S3 from Meteor. This package will also make Knox available server-side.
MIT License
274 stars 74 forks source link

Meteor 1.6.1 compatibility #161

Closed Ladoli closed 6 years ago

Ladoli commented 6 years ago

resolves #160

Meteor.uuid() is depreciated and not supported in 1.6.1. Replacing with Random.id()

Lepozepo commented 6 years ago

Awesome!

povesteam commented 6 years ago

It's nice how this fix for Meteor 1.6.1 is PR #161