Fix for ConnectAWS.ascx

This commit is contained in:
Svetlana Maleeva 2022-05-05 13:53:48 +03:00
parent 73870963c4
commit 1495c73972
5 changed files with 11 additions and 1 deletions

View File

@ -48,6 +48,7 @@
<%--<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60032_documents_available_languages.ascx" /></li>--%>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50030_uninstall_plugins.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50031_add_plugins.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>System requirements</h6>
@ -157,6 +158,7 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190004_docs_ee_openports/190004_docs_ee_openports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190005_third_party_domains.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>System requirements</h6>
@ -259,6 +261,7 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150002_developer_open_ports/150002_developer_open_ports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150009_third_party_domains.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>Developing</h6>

View File

@ -42,6 +42,7 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150002_developer_open_ports/150002_developer_open_ports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150009_third_party_domains.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>Developing</h6>

View File

@ -42,6 +42,7 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190004_docs_ee_openports/190004_docs_ee_openports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190005_third_party_domains.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>System requirements</h6>

View File

@ -452,6 +452,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60028_documents_proxy.ascx" /></li>
<%--<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60032_documents_available_languages.ascx" /></li>--%>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50030_uninstall_plugins.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>System requirements</h6>
@ -560,6 +561,7 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190004_docs_ee_openports/190004_docs_ee_openports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190005_third_party_domains.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>System requirements</h6>
@ -662,6 +664,7 @@
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150002_developer_open_ports/150002_developer_open_ports.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150009_third_party_domains.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/docs-connect-amazon.aspx")%>">Connecting Amazon S3 bucket as a cache to ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><h6>Developing</h6>

View File

@ -90,7 +90,9 @@
</code></pre>
<p>Replace <code>https://documentserver_adress</code> with your actual ONLYOFFICE Docs address. Save the settings.</p>
</li>
<li>Open the ONLYOFFICE Docs configuration file: <code>/etc/onlyoffice/documentserver/default.json</code> Add the settings to connect to the bucket:
<li>Open the ONLYOFFICE Docs configuration file: <code>/etc/onlyoffice/documentserver/default.json</code>
<div class="notehelp">If you change the parameters in the <code>default.json</code> file, all the changes will be lost after the ONLYOFFICE Docs update or Docker container restart. To ensure that your changes persist after the update, please edit the <code>/etc/onlyoffice/documentserver/local.json</code> file.</div>
<p>Add the settings to connect to the bucket:</p>
<pre><code>"storage": {
"name": "storage-s3",
"fs": {