Accept credentials as properties on the task

Issue #2 resolved
Chris Wensel created an issue

Wondering if we could optionally set the aws id/secret as task properties (which of course are vars from the gradle.properties file (or passed in via a CI build server etc).

For example S3Syc uses:

accessKey = rootProject.awsAccessId
secretKey = rootProject.awsSecretKey

Comments (3)

  1. Patrick Double repo owner

    Sounds like a good idea. It will fall back to the environment variables if not set.

  2. Log in to comment