literalice / gradle-aws-s3-sync

The gradle task for synchronizing a local directory with a AWS S3 bucket.
37 stars 23 forks source link

synchronizer.properties file is required, contrary to docs #10

Closed onstottj closed 9 years ago

onstottj commented 9 years ago

Hi,

First, thanks for the great product!

I noticed that if I don't specify a synchronizer.properties file of some sort, I get an error message:

Neither path nor baseDir may be null or empty string. path='null' basedir='C:\MyProjectPath'

The documentation could be updated to say that a blank file could be specified, or just update the code so that a config file isn't required.

Thanks!

literalice commented 9 years ago

Thank you for reporting the issue. I've fixed it to be able to use the task without specifying configFile.