Skip to content

Commit

Permalink
Update setup_with_amazon_s3.md
Browse files Browse the repository at this point in the history
Remove aws_region description for self-hosted S3.
  • Loading branch information
killing authored Nov 11, 2024
1 parent f68a9cd commit 7468e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manual/setup/setup_with_amazon_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ 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 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
Expand Down

0 comments on commit 7468e82

Please sign in to comment.