Xuanwo commented on code in PR #2092:
URL: 
https://github.com/apache/incubator-opendal/pull/2092#discussion_r1174604534


##########
core/src/services/oss/backend.rs:
##########
@@ -253,6 +257,28 @@ impl OssBuilder {
         };
         Ok((endpoint, host))
     }
+
+    /// Set server_side_encryption for this backend.
+    ///
+    /// Available values: `AES256`, `KMS`.

Review Comment:
   Can you provide more details about the meaning of this different value? For 
example, link to 
https://www.alibabacloud.com/help/en/object-storage-service/latest/server-side-encryption-5
 and explain what's `SSE-KMS` and `SSE-OSS`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to