scala-s3
aws s3 client in scala
git clone https://9o.is/git/scala-s3.git
commit 67d805567cd16ab52258a8cba6cdd2e1f7534ee6 parent d1f2e5bdd7b089a3cc66b15b977f98496e9e211e Author: Jul <jul@9o.is> Date: Fri, 6 Jun 2014 02:06:46 -0400 fixed typo in s3 bucket name Diffstat:
| M | project/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 "releasespyc-inc"+".pyc.inc")) withIvyPatterns), + s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc")) withIvyPatterns), s3credentials := { file(".") / "project" / ".s3credentials"