loverustfs
loverustfs
> @0xdx2 > > Simply treating the entire string as a strong ETag equality check is problematic. For example: `If-None-Match: *` and `If-None-Match: "xyzzy", "r2d2xxxx", "c3piozzzz"`. I will create a...
Your log level is set too high. Please set the logging level to error. `RUSTFS_OBS_LOGGER_LEVEL=error`
`info` will display all logs
A fix for this has just landed in alpha.72. Could you update and give it a shot? https://github.com/rustfs/rustfs/releases/tag/1.0.0-alpha.72 If that solves it for you, go ahead and close the issue....
We haven't received a reply from you yet. We'll close the issue for now. If you find any other bugs, please leave a message, and we'll reopen it.
> When is the first RC and GA release expected? Is there a specific timeline? https://github.com/rustfs/rustfs/issues/1161 We have very high requirements for product quality. There is no specific timeline at...
Hey @jacoblyles , Could you please add some types? ``` let url_with_encoded_spaces = "file:///Users/test/Library/Application%20Support/rustfs/data"; let endpoint = Endpoint::try_from(url_with_encoded_spaces).unwrap(); assert_eq!(endpoint.get_file_path(), "/Users/test/Library/Application Support/rustfs/data"); ``` Thanks.
Hey @jacoblyles , Automated test failed. ``` Cancelling due to test failure: 3 tests still running PASS [ 5.250s] ( 360/1964) rustfs-ahm::heal_integration_test serial_tests::test_heal_format_basic PASS [ 5.263s] ( 361/1964) rustfs-ahm::heal_integration_test serial_tests::test_heal_bucket_basic...
Hey @jacoblyles , Thank you for your contribution! We have merged the code.
Please wait for our reproduction.