team-pie
Results
1
comments of
team-pie
nice one! I added a line to take into account the store base folder: ``` javascript FS.File.prototype.S3Url = function(storeName) { var self = this; if (!self.isMounted()) { return null; }...