Skip to content

Commit

Permalink
Deployed e9492c3 to 12.0 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Dec 7, 2024
1 parent f0b3928 commit 37214e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 12.0/search/search_index.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions 12.0/setup/setup_with_s3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4367,11 +4367,11 @@ <h2 id="how-to-configure-s3-in-seafile">How to configure S3 in Seafile<a class="
</tr>
<tr>
<td><code>key_id</code></td>
<td>The <code>key_id</code> is required to authenticate you to S3. You can find the <code>key_id</code> in the "security credentials" section on your AWS account page.</td>
<td>The <code>key_id</code> is required to authenticate you to S3. You can find the <code>key_id</code> in the "security credentials" section on your AWS account page or from your storage provider.</td>
</tr>
<tr>
<td><code>key</code></td>
<td>The <code>key</code> is required to authenticate you to S3. You can find the <code>key</code> in the "security credentials" section on your AWS account page.</td>
<td>The <code>key</code> is required to authenticate you to S3. You can find the <code>key</code> in the "security credentials" section on your AWS account page or from your storage provider.</td>
</tr>
<tr>
<td><code>use_v4_signature</code></td>
Expand All @@ -4387,15 +4387,15 @@ <h2 id="how-to-configure-s3-in-seafile">How to configure S3 in Seafile<a class="
</tr>
<tr>
<td><code>host</code></td>
<td>(<strong>Optional</strong>) The endpoint by which you access the storage service. Usually it starts with the region name. It's required to provide the host address, <em>otherwise Seafile will use AWS's address</em> (i.e., <code>s3.us-east-1.amazonaws.com</code>).</td>
<td>(<strong>Optional</strong>) The endpoint by which you access the storage service. Usually it starts with the region name. It's required to provide the host address if you use storage provider other than AWS, <em>otherwise Seafile will use AWS's address</em> (i.e., <code>s3.us-east-1.amazonaws.com</code>).</td>
</tr>
<tr>
<td><code>sse_c_key</code></td>
<td>(<strong>Optional</strong>) A string of 32 characters can be generated by <code>openssl rand -base64 24</code>. It's required to use V4 authentication protocol and https if you enable SSE-C.</td>
<td>(<strong>Optional</strong>) A string of 32 characters can be generated by <code>openssl rand -base64 24</code>. It can be any 32-character long random string. It's required to use V4 authentication protocol and https if you enable SSE-C.</td>
</tr>
<tr>
<td><code>path_style_request</code></td>
<td>(<strong>Optional</strong>) This option asks Seafile to use URLs like <code>https://192.168.1.123:8080/bucketname/object</code> to access objects. In Amazon S3, the default URL format is in virtual host style, such as <code>https://bucketname.s3.amazonaws.com/object</code>. But this style relies on advanced DNS server setup. So most self-hosted storage systems only implement the path style format. So we recommend to set this option to true.</td>
<td>(<strong>Optional</strong>) This option asks Seafile to use URLs like <code>https://192.168.1.123:8080/bucketname/object</code> to access objects. In Amazon S3, the default URL format is in virtual host style, such as <code>https://bucketname.s3.amazonaws.com/object</code>. But this style relies on advanced DNS server setup. So most self-hosted storage systems only implement the path style format. So we recommend to set this option to true for self-hosted storage.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 37214e1

Please sign in to comment.