scala-s3

aws s3 client in scala

git clone https://9o.is/git/scala-s3.git

commit c6cb6ad772959496e6d280a0f7ad9422a1d9a6fe
parent 8173f8c8eb6a5eb3e764b7eb40d02d804ce72312
Author: Jul <jul@9o.is>
Date:   Fri,  6 Jun 2014 03:15:44 -0400

remove ivy patterns

Diffstat:
Mproject/BuildSettings.scala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -41,7 +41,7 @@ object BuildSettings { publishTo := Some(s3resolver.value( "My "+{if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"}+" S3 bucket", - s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc")) withIvyPatterns), + s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"))), s3credentials := { file(".") / "project" / ".s3credentials"