Changed the default value for s3_store_host

Updated the default value for s3_store_host under the Configure back ends section

Change-Id: Ib7a9e7ef078e4879468ef9704960a44049a5aaaf
backport:none
Closes-Bug: #1386089
This commit is contained in:
darrenchan 2014-11-19 21:11:15 +11:00
parent d7b823e88f
commit 5e389d98c0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<td>(BoolOpt) A boolean to determine if the S3 bucket should be created on upload if it does not exist or if an error should be returned to the user.</td>
</tr>
<tr>
<td>s3_store_host = None</td>
<td>s3_store_host = s3.amazonaws.com</td>
<td>(StrOpt) The host where the S3 server is listening.</td>
</tr>
<tr>