Xuanwo commented on code in PR #2602:
URL:
https://github.com/apache/incubator-opendal/pull/2602#discussion_r1257465667
##########
core/src/docs/rfcs/mod.rs:
##########
@@ -142,3 +142,6 @@ pub mod rfc_2133_append_api {}
#[doc = include_str!("2299_chain_based_operator_api.md")]
pub mod rfc_2299_chain_based_operator_api {}
+
+#[doc = include_str!("2602_object_versioning.md")]
+pub mod rfc_2602_object_versioning_api {}
Review Comment:
Please keep the mod name consist with rfc name.
##########
core/src/docs/rfcs/2602_object_versioning.md:
##########
@@ -0,0 +1,144 @@
+Proposal Name: object_versioning
Review Comment:
Please add `-` before every line for better looking as other rfcs.
--
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]