scala-s3
aws s3 client in scala
git clone https://9o.is/git/scala-s3.git
commit fa72d0746b0a1e6b070972750b03743f1338c059 parent 2dfbd435cba749e59253086fdfc2130245ecf247 Author: Jul <jul@9o.is> Date: Fri, 6 Jun 2014 19:36:41 +0000 search for .s3credentials in .ivy2 folder Diffstat:
| M | project/BuildSettings.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -44,7 +44,7 @@ object BuildSettings { s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"))), s3credentials := { - file(".") / "project" / ".s3credentials" + Path.userHome / ".ivy2" / ".s3credentials" }, s3region := com.amazonaws.services.s3.model.Region.US_Standard