Xuanwo
Xuanwo
@xhebox Can you help verify this PR #110 too? Thanks in advance.
> I'm interested to work on this as a contributor. I'm familiar with rust lang but no so much with ftp, but I can read through the protocol before the...
For naming: - In different crate: `opendal_std_fs` and `opendal_tokio_fs`. - In the same crate: `openfal::std_fs` and `openfal::tokio_fs` (`openfal` == `Open File Access Layer`) Do you have other ideas?
Maybe we could move `x-amz-meta-` to header and let tools to handle an `object` in header.
I found `rewind`, `stream_len` and `stream_position` are not very useful. For the std version, they are often treated as different alternatives to `SeekFrom`. Do we have scenarios for those APIs?
> @Xuanwo , it seems to me your pull request was closed but never accepted into the http crate, or am I misunderstanding Github? Yes. I gave up for working...
@cla-bot check
Thanks for pointing out. For reasons I don't know, the `bytes 1.5.0` at my local is: ```rust let shared = Box(shared); ``` This PR is not needed.
This issue is used just for tracking, please follow comments under https://github.com/tikv/pprof-rs/issues/139 instead.
`reqsign` should also be splitted.