You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/04/28 00:40:10 UTC

svn commit: r1676392 - in /jclouds/site-content: guides/aws/index.html releasenotes/1.8.0/index.html releasenotes/1.9.0/index.html releasenotes/atom.xml start/compute/index.html

Author: nacx
Date: Mon Apr 27 22:40:09 2015
New Revision: 1676392

URL: http://svn.apache.org/r1676392
Log:
Deploy site content

Modified:
    jclouds/site-content/guides/aws/index.html
    jclouds/site-content/releasenotes/1.8.0/index.html
    jclouds/site-content/releasenotes/1.9.0/index.html
    jclouds/site-content/releasenotes/atom.xml
    jclouds/site-content/start/compute/index.html

Modified: jclouds/site-content/guides/aws/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/aws/index.html?rev=1676392&r1=1676391&r2=1676392&view=diff
==============================================================================
--- jclouds/site-content/guides/aws/index.html (original)
+++ jclouds/site-content/guides/aws/index.html Mon Apr 27 22:40:09 2015
@@ -154,7 +154,8 @@
 
 <ol>
 <li>Sign up for <a href="https://aws-portal.amazon.com/gp/aws/developer/registration/index.html">Amazon Web Services Signup</a>.</li>
-<li>Get your Access Key ID and Secret Access Key by going to this <a href="https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&amp;action=access-key">page</a>.</li>
+<li>Get your Access Key ID and Secret Access Key by going to this <a href="https://aws-portal.amazon.com/gp/aws/developer/account/index.html?ie=UTF8&amp;action=access-key">page</a>.
+As a best practise, do NOT use AWS account level credentials. Instead create a new user through AWS Identity and Access Management (IAM) and grant adequate permissions to the user. Use Access Key ID and Secret Access Key for this newly created user.</li>
 <li>Ensure you are using a recent JDK 6 version.</li>
 <li>Setup your project to include aws-ec2 and aws-s3.
 

Modified: jclouds/site-content/releasenotes/1.8.0/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.0/index.html?rev=1676392&r1=1676391&r2=1676392&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.8.0/index.html (original)
+++ jclouds/site-content/releasenotes/1.8.0/index.html Mon Apr 27 22:40:09 2015
@@ -170,8 +170,6 @@
 
 <p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-<p><strong>Note: 1.8.0 will be the last major version of jclouds to support Java 6</strong></p>
-
 <h2><a id="highlights"></a>Highlights</h2>
 
 <ul>
@@ -180,7 +178,6 @@
 <li>Refactored Code supporting OpenStack Neutron.</li>
 <li>New Rackspace Auto Scale UK Provider and updated US region support.</li>
 <li>This release requires Guava 17.0 and transitions most uses of <code>InputSupplier</code> to <code>ByteSource</code>.</li>
-<li><strong>This is the last version of jclouds to support Java 6</strong>. The next major version will be based on Java 7. If you are still using jclouds on Java 6, please plan accordingly.</li>
 </ul>
 
 

Modified: jclouds/site-content/releasenotes/1.9.0/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.0/index.html?rev=1676392&r1=1676391&r2=1676392&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.9.0/index.html (original)
+++ jclouds/site-content/releasenotes/1.9.0/index.html Mon Apr 27 22:40:09 2015
@@ -200,6 +200,7 @@
 <h2><a id="blobstore-improvements"></a>BlobStore improvements</h2>
 
 <ul>
+<li>Support for > 2 GB single-part uploads on Java 7</li>
 <li>Support portable setting and getting container and object ACLs (public-read and private)</li>
 <li>Support portable multi-object delete</li>
 <li>Improved multi-part upload compatibility with InputStream Payload</li>

Modified: jclouds/site-content/releasenotes/atom.xml
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1676392&r1=1676391&r2=1676392&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Mon Apr 27 22:40:09 2015
@@ -60,6 +60,7 @@
 <h2><a id="blobstore-improvements"></a>BlobStore improvements</h2>
 
 <ul>
+<li>Support for > 2 GB single-part uploads on Java 7</li>
 <li>Support portable setting and getting container and object ACLs (public-read and private)</li>
 <li>Support portable multi-object delete</li>
 <li>Improved multi-part upload compatibility with InputStream Payload</li>
@@ -207,8 +208,6 @@
 
 <p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-<p><strong>Note: 1.8.0 will be the last major version of jclouds to support Java 6</strong></p>
-
 <h2><a id="highlights"></a>Highlights</h2>
 
 <ul>
@@ -217,7 +216,6 @@
 <li>Refactored Code supporting OpenStack Neutron.</li>
 <li>New Rackspace Auto Scale UK Provider and updated US region support.</li>
 <li>This release requires Guava 17.0 and transitions most uses of <code>InputSupplier</code> to <code>ByteSource</code>.</li>
-<li><strong>This is the last version of jclouds to support Java 6</strong>. The next major version will be based on Java 7. If you are still using jclouds on Java 6, please plan accordingly.</li>
 </ul>
 
 

Modified: jclouds/site-content/start/compute/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/compute/index.html?rev=1676392&r1=1676391&r2=1676392&view=diff
==============================================================================
--- jclouds/site-content/start/compute/index.html (original)
+++ jclouds/site-content/start/compute/index.html Mon Apr 27 22:40:09 2015
@@ -252,7 +252,7 @@ Here's how to perform common commands.</
                                                         <span class="k">new</span> <span class="nf">SshjSshClientModule</span><span class="o">()))</span>
                       <span class="o">.</span><span class="na">buildView</span><span class="o">(</span><span class="n">ComputeServiceContext</span><span class="o">.</span><span class="na">class</span><span class="o">);</span>
 
-<span class="n">ComputeService</span> <span class="n">computeService</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">getComputeService</span><span class="o">();</span>
+<span class="n">ComputeService</span> <span class="n">client</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">getComputeService</span><span class="o">();</span>
 </code></pre></div>