crepererum commented on PR #630: URL: https://github.com/apache/arrow-rs-object-store/pull/630#issuecomment-4198121209
I think we need to do something about Windows. So I think selecting this feature on Windows should probably lead to [`compile_error!`](https://doc.rust-lang.org/std/macro.compile_error.html) and the feature shouldn't be part of `default = [...]` (since we don't support it on all platforms). Or you find a way to set file attributes on Windows (see for example [this discussion](https://stackoverflow.com/questions/46458355/windows-cli-equivalent-of-mac-xattr)), but I think this might be a bit out of scope for this PR. -- 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]
