Xuanwo
Xuanwo
Hi, @Zheaoli. Maybe you wanna take a look at this issue. After hard working from @eastfisher, `oli` is able to do simple copies between different services. And in next stage,...
> I think we can hide the bucket from the path and move it into the config profile? Yes, this way we no longer need to handle the bucket specially.
> @Xuanwo Do you think it is necessary to open separate issue to track the implementation of each command? I think it's a good idea!
Related to https://github.com/datafuselabs/opendal/issues/1216
> However, I assume, that entity `&()_+-=;` was formed just by luck. Yep. This file path was randomly selected for testing purposes to ensure the storage services can handle special...
Our current workaround involves manually escaping the special string before deserialization. Do you think that's a good idea? ```rust let s = s.replace("&()_+-=;", "%26%28%29_%2B-%3D%3B"); ``` However, I suspect we'll still...
> Are you provide the path with special characters to JFrog API and it forms such XML or that XML was constructed directly? I'm very doubt that such mature project...
It's already in docs. 
The build of is passing. I'm now working on fixing CI and migrate code used in bindings.