refactor: move object list helper contracts (#3546)

This commit is contained in:
安正超
2026-06-18 06:09:33 +08:00
committed by GitHub
parent 87a3d107d6
commit 54bbd05b25
9 changed files with 113 additions and 43 deletions
+1
View File
@@ -25,3 +25,4 @@ pub use bucket::{BucketInfo, BucketOperations, BucketOptions, DeleteBucketOption
pub use error::{StorageErrorCode, StorageResult};
pub use multipart::{CompletePart, ListMultipartsInfo, ListPartsInfo, MultipartInfo, MultipartUploadResult, PartInfo};
pub use object::{HTTPPreconditions, HTTPRangeError, HTTPRangeSpec, ObjectLockRetentionOptions};
pub use object::{VersionMarker, WalkVersionsSortOrder};