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,4 +12,8 @@
// 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::bucket;
}