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/heads/two-dot-o Commit: cc471b502aca2791c3a068f93d15b79ff6b7b827 Parents: 265d7df Author: Alex Karasulu <[email protected]> Authored: Thu Jan 16 15:59:19 2014 +0200 Committer: Alex Karasulu <[email protected]> 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>
