mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
refactor: remove ecstore operation compat facades (#3608)
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
pub(super) type IamObjectInfo = rustfs_ecstore::store_api::ObjectInfo;
|
||||
pub(super) type IamObjectOptions = rustfs_ecstore::store_api::ObjectOptions;
|
||||
pub(super) type IamObjectInfo = rustfs_ecstore::object_api::ObjectInfo;
|
||||
pub(super) type IamObjectOptions = rustfs_ecstore::object_api::ObjectOptions;
|
||||
|
||||
Reference in New Issue
Block a user