You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/01/20 06:22:01 UTC

[30/51] [abbrv] git commit: make sure we select the users availabilityZone properly

make sure we select the users availabilityZone properly


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/cc471b50
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/cc471b50
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/cc471b50

Branch: refs/pull/18/head
Commit: cc471b502aca2791c3a068f93d15b79ff6b7b827
Parents: 265d7df
Author: Alex Karasulu <ak...@gmail.com>
Authored: Thu Jan 16 15:59:19 2014 +0200
Committer: Alex Karasulu <ak...@gmail.com>
Committed: Thu Jan 16 15:59:19 2014 +0200

----------------------------------------------------------------------
 stack/corepersistence/collection/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/cc471b50/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index 6852486..1449f3b 100644
--- a/stack/corepersistence/collection/pom.xml
+++ b/stack/corepersistence/collection/pom.xml
@@ -68,6 +68,7 @@
         <configuration>
           <accessKey>${aws.s3.key}</accessKey>
           <secretKey>${aws.s3.secret}</secretKey>
+          <availabilityZone>${availabilityZone}</availabilityZone>
           <bucketName>${aws.s3.bucket}</bucketName>
           <managerAppUsername>admin</managerAppUsername>
           <managerAppPassword>${manager.app.password}</managerAppPassword>