mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 06:13:14 +00:00
refactor: remove ecstore operation compat facades (#3608)
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
pub(crate) type SelectGetObjectReader = rustfs_ecstore::store_api::GetObjectReader;
|
||||
pub(crate) type SelectObjectInfo = rustfs_ecstore::store_api::ObjectInfo;
|
||||
pub(crate) type SelectObjectOptions = rustfs_ecstore::store_api::ObjectOptions;
|
||||
pub(crate) type SelectGetObjectReader = rustfs_ecstore::object_api::GetObjectReader;
|
||||
pub(crate) type SelectObjectInfo = rustfs_ecstore::object_api::ObjectInfo;
|
||||
pub(crate) type SelectObjectOptions = rustfs_ecstore::object_api::ObjectOptions;
|
||||
pub(crate) type SelectStorageError = rustfs_ecstore::error::StorageError;
|
||||
pub(crate) type SelectStore = rustfs_ecstore::store::ECStore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user