mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
refactor: tighten storage compat store_api aliases (#3582)
* refactor: collapse storage compat store_api modules * chore: guard storage compat store_api aliases
This commit is contained in:
@@ -12,11 +12,5 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
mod ecstore {
|
||||
pub(super) mod store_api {
|
||||
pub(crate) use rustfs_ecstore::store_api::{ObjectInfo, ObjectOptions};
|
||||
}
|
||||
}
|
||||
|
||||
pub(super) type IamObjectInfo = ecstore::store_api::ObjectInfo;
|
||||
pub(super) type IamObjectOptions = ecstore::store_api::ObjectOptions;
|
||||
pub(super) type IamObjectInfo = rustfs_ecstore::store_api::ObjectInfo;
|
||||
pub(super) type IamObjectOptions = rustfs_ecstore::store_api::ObjectOptions;
|
||||
|
||||
Reference in New Issue
Block a user