Xuanwo commented on code in PR #6765: URL: https://github.com/apache/opendal/pull/6765#discussion_r2513445435
########## core/src/services/aliyun_drive/mod.rs: ########## @@ -16,7 +16,7 @@ // under the License. /// Default scheme for aliyun_drive service. -pub const ALIYUN_DRIVE_SCHEME: &str = "aliyun-drive"; +pub const ALIYUN_DRIVE_SCHEME: &str = "aliyun_drive"; Review Comment: > modify the script in the workflow to replace `_` with `-` in the scheme string passed via the `OPENDAL_TEST` env variable? This one seems better and easier? -- 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]
