Repository: jclouds-site Updated Branches: refs/heads/master fdf4cdd85 -> 51e2aa505
Update blobstore.md fix 404 broken link. Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/51e2aa50 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/51e2aa50 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/51e2aa50 Branch: refs/heads/master Commit: 51e2aa50569085ae7810e6b87f1c204aeede7485 Parents: fdf4cdd Author: Xianheng Ma <[email protected]> Authored: Sat Jan 24 20:02:14 2015 -0800 Committer: Ignasi Barrera <[email protected]> Committed: Mon Jan 26 12:18:51 2015 +0100 ---------------------------------------------------------------------- start/blobstore.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/51e2aa50/start/blobstore.md ---------------------------------------------------------------------- diff --git a/start/blobstore.md b/start/blobstore.md index 97bdf8b..345fe90 100644 --- a/start/blobstore.md +++ b/start/blobstore.md @@ -397,8 +397,7 @@ be fine. Note that in S3, you must calculate the length ahead of time, since it chunked encoding. Our integration tests ensure that we don't rebuffer in memory on upload: -[testUploadBigFile](http://github.com/jclouds/jclouds/blob/master/core/src/test/java/org/jclouds/http/BaseHtt -pCommandExecutorServiceIntegrationTest.java). +[testUploadBigFile](http://github.com/jclouds/jclouds/blob/master/core/src/test/java/org/jclouds/http/BaseHttpCommandExecutorServiceIntegrationTest.java). This is verified against all of our HTTP clients, conceding that it isn't going to help limited environments such as Google App Engine.
