From 72ed7fa71e313de433543bdc3800a89c7f44e6ce Mon Sep 17 00:00:00 2001 From: Jiaqiang Xu Date: Fri, 8 Nov 2024 21:21:01 +0800 Subject: [PATCH] Update setup_with_amazon_s3.md --- manual/setup/setup_with_amazon_s3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/setup/setup_with_amazon_s3.md b/manual/setup/setup_with_amazon_s3.md index 1b63240b..c3345e42 100644 --- a/manual/setup/setup_with_amazon_s3.md +++ b/manual/setup/setup_with_amazon_s3.md @@ -151,7 +151,7 @@ aws_region = | `key_id` | The key_id is required to authenticate you to S3 storage. | | `key` | The key is required to authenticate you to S3 storage. (Note: `key_id` and `key` are typically used together for authentication.) | | `use_v4_signature` | There are two versions of authentication protocols that can be used with S3 storage. Version 2 is the older one, which may still be supported by some cloud providers; version 4 is the current one used by Amazon S3 and is supported by most providers. If you don't set this option, Seafile will use v2 protocol. It's suggested to use v4 protocol. | -| `aws_region` | If you use v4 protocol, set this option to the region you chose when you create the buckets. If it's not set and you're using v4 protocol, Seafile will use `us-east-1` as the default. This default value should work with most self-hosted S3 storage. This option will be ignored if you use v2 protocol. | +| `aws_region` | If you use v4 protocol, set this option to the region you chose when you create the buckets. If it's not set and you're using v4 protocol, Seafile will use `us-east-1` as the default. This option will be ignored if you use v2 protocol. | @@ -203,7 +203,7 @@ use_v4_signature = true | `key` | The key is required to authenticate you to S3 storage. (Note: `key_id` and `key` are typically used together for authentication.) | | `path_style_request` | This option asks Seafile to use URLs like `https://192.168.1.123:8080/bucketname/object` to access objects. In Amazon S3, the default URL format is in virtual host style, such as `https://bucketname.s3.amazonaws.com/object`. 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. | | `use_v4_signature` | There are two versions of authentication protocols that can be used with S3 storage. Version 2 is the protocol supported by most self-hosted storage; version 4 is the current protocol used by AWS S3, but may not be supported by some self-hosted storage. If you don't set this option, Seafile will use the v2 protocol by default. We recommend to use V4 if possible. Please note that if you want to migrate from S3 storage to other storage, the migration script doesn't work with V2 authentication protocol due to limitation of third-party library. | -| `aws_region` | If you use the v4 protocol, set this option to the region you chose when you created the buckets. If it's not set and you're using the v4 protocol, Seafile will use `us-east-1` as the default. This option will be ignored if you use the v2 protocol. | +| `aws_region` | If you use the v4 protocol, set this option to the region you chose when you created the buckets. If it's not set and you're using the v4 protocol, Seafile will use `us-east-1` as the default. This default value should work with most self-hosted S3 storage. This option will be ignored if you use the v2 protocol. | ## Use HTTPS connections to S3