diff --git a/blog/2021-04-27-sse.md b/blog/2021-04-27-sse.md index 35cdce29..01fad09c 100644 --- a/blog/2021-04-27-sse.md +++ b/blog/2021-04-27-sse.md @@ -39,7 +39,7 @@ In this way, you create and store encryption keys yourself. Different from Clien ## How to Use SSE in go-storage -Since different services support different SSE options and have different behaviors, SSE-related pairs are considered service pairs. So you will have to check which options are provided for your specific service first. We listed supported options and related pairs in our service [docs]. You'd better first choose the SSE option you want to use, and then ignore other pairs in case of being confused with the usage of the pairs. +Since different services support different SSE options and have different behaviors, SSE-related pairs are considered system pairs. So you will have to check which options are provided for your specific service first. We listed supported options and related pairs in our service [docs]. You'd better first choose the SSE option you want to use, and then ignore other pairs in case of being confused with the usage of the pairs. We recommend using SSE with [DefaultPairs], where you only provide SSE-related options during `NewStorager` and can write the same logic for different services. Take [s3] for example. The code snippets come from [go-storage-example] diff --git a/blog/2021-06-04-weekly-report.md b/blog/2021-06-04-weekly-report.md index 2023a70e..9b09818d 100644 --- a/blog/2021-06-04-weekly-report.md +++ b/blog/2021-06-04-weekly-report.md @@ -49,7 +49,7 @@ For more details, please refer to