Alfred

Results 4 comments of Alfred

Seems as if there are some breaking changes with the git link. e.g This used to work ```dart SmartSelect.single( value: ..., ``` but now `value` isn't defined Among others like...

> > Seems as if there are some breaking changes with the git link. e.g This used to work > > ```dart > > SmartSelect.single( > > value: ..., >...

From this [aws sdk documentation](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor_details) Try this ``` aws: { path: '...', region: '...', acl: '...', httpOptions: { timeout: 120000 }, // Play with values here (milliseconds) accessKeyId: '...', secretAccessKey:...

Thanks for this, haven't looked at this project for a while. Will have to confirm the others work as well