refactor: narrow storage compatibility exports (#3576)

This commit is contained in:
安正超
2026-06-18 18:31:14 +08:00
committed by GitHub
parent c098184c49
commit 08371a6e09
13 changed files with 100 additions and 25 deletions
+5 -1
View File
@@ -12,7 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
pub(crate) use rustfs_ecstore as ecstore;
pub(crate) mod ecstore {
#![allow(unused_imports)]
pub(crate) use rustfs_ecstore::{error, resolve_object_store_handle, set_disk, store, store_api};
}
use ecstore::store_api::{
GetObjectReader as EcstoreGetObjectReader, ObjectInfo as EcstoreObjectInfo, ObjectOptions as EcstoreObjectOptions,