literalice / gradle-aws-s3-sync

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

Any Feature to copy only specific file from the complete folder #22

Open svsteja opened 8 years ago

svsteja commented 8 years ago

With the current implementation is it possible to copy only particular from the complete folder? Example:

When i run ./gradlew build - jar1 is created in build/libs folder when i run a customized tasl ./gradlew fatJar jar2 will be created..Is it possible to upload only jar2 to S3/AWS? This is not a bug..a new feature/enhancement..