mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-30 06:32:52 +00:00
Deployed 135227f1 to 12.0 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
5fe1c8d5c4
commit
5ddf244a6b
File diff suppressed because one or more lines are too long
|
|
@ -4578,6 +4578,13 @@ use_v4_signature = true
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>For file search and webdav to work with the v4 signature mechanism, you need to add following lines to ~/.boto</p>
|
||||
<div class="highlight"><pre><span></span><code>[s3]
|
||||
use-sigv4 = True
|
||||
</code></pre></div>
|
||||
</div>
|
||||
<h2 id="use-https-connections-to-s3">Use HTTPS connections to S3<a class="headerlink" href="#use-https-connections-to-s3" title="Permanent link">¶</a></h2>
|
||||
<p>To use HTTPS connections to S3, add the following options to seafile.conf:</p>
|
||||
<div class="highlight"><pre><span></span><code>[commit_object_backend]
|
||||
|
|
|
|||
Loading…
Reference in New Issue