Skip to content

Commit

Permalink
Update setup_with_amazon_s3.md
Browse files Browse the repository at this point in the history
Fix link to migrate backend data.
  • Loading branch information
killing authored Nov 5, 2024
1 parent 0140ca8 commit 89be4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/setup/setup_with_amazon_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can generate `sse_c_key` with the following command:
openssl rand -base64 24
```

**Important**: If you have existing data in your S3 storage bucket, turning on the above configuration will make your data inaccessible. That's because Seafile server doesn't support encrypted and non-encrypted objects mixed in the same bucket. You have to create a new bucket, and migrate your data to it by following [storage backend migration documentation](migrate_backends_data/#migrating-to-sse-c-encrypted-s3-storage).
!!! note "If you have existing data in your S3 storage bucket, turning on the above configuration will make your data inaccessible. That's because Seafile server doesn't support encrypted and non-encrypted objects mixed in the same bucket. You have to create a new bucket, and migrate your data to it by following [storage backend migration documentation](./migrate_backends_data.md#migrating-to-sse-c-encrypted-s3-storage)."

## Other Public Hosted S3 Storage

Expand Down

0 comments on commit 89be4ac

Please sign in to comment.