sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

Example in README lacking... #44

Closed a1russell closed 6 years ago

a1russell commented 6 years ago

The example in your README is lacking the S3Plugin.s3Settings line that's necessary to run the s3Upload task.

Or even better would be, since this is supposed to be an auto plugin, to automatically add these settings.

emersonloureiro commented 6 years ago

Apologies for the delay on replying to this. I'm reviewing https://github.com/sbt/sbt-s3/pull/45 now, and will release a new version later on today.

emersonloureiro commented 6 years ago

Version 0.10.2 is out now.

a1russell commented 6 years ago

Thank you!