refactor: guard root compat facade aliases (#3714)

This commit is contained in:
安正超
2026-06-22 09:17:11 +08:00
committed by GitHub
parent 6ff2824cbb
commit 89552e1df0
3 changed files with 53 additions and 12 deletions
+3 -1
View File
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use rustfs_ecstore::api::client as ecstore_client;
pub(crate) fn to_s3s_etag(etag: &str) -> s3s::dto::ETag {
rustfs_ecstore::api::client::object_api_utils::to_s3s_etag(etag)
ecstore_client::object_api_utils::to_s3s_etag(etag)
}