You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by re...@apache.org on 2014/10/31 15:58:31 UTC

[2/3] git commit: region should be optional. defaults to us-east-1

region should be optional.  defaults to us-east-1


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

Branch: refs/heads/master
Commit: 8088ac983d047436f795b2df37c6a26a6e50e7f2
Parents: 25af3ad
Author: sblackmon <sb...@apache.org>
Authored: Tue Oct 7 13:55:41 2014 -0500
Committer: sblackmon <sb...@apache.org>
Committed: Tue Oct 7 13:55:41 2014 -0500

----------------------------------------------------------------------
 .../src/main/jsonschema/org/apache/streams/s3/S3Configuration.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/8088ac98/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/jsonschema/org/apache/streams/s3/S3Configuration.json
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/jsonschema/org/apache/streams/s3/S3Configuration.json b/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/jsonschema/org/apache/streams/s3/S3Configuration.json
index 36e89d0..a136308 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/jsonschema/org/apache/streams/s3/S3Configuration.json
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/jsonschema/org/apache/streams/s3/S3Configuration.json
@@ -29,7 +29,7 @@
         "region": {
             "type": "string",
             "description": "The AWS region where your bucket resides",
-            "required": true
+            "required": false
         }
     }
 }
\ No newline at end of file